CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
IsGenerator.h
Go to the documentation of this file.
1//*************************************************************************
2//* *
3//* class IsGenerator **
4//* *
5//* this predicate returns true was produced by the event generator *
6//* *
7//*************************************************************************
8#ifndef TRUTHHELPER_ISGENERATOR_H
9#define TRUTHHELPER_ISGENERATOR_H
10
11#ifndef TRUTHHELPER_IMCSELECTOR_H
13#endif
14
15
17
18 public:
20 GenIMCselector* create() const;
21 virtual bool operator()( const Particle* const p )const;
22 virtual bool operator()( const Particle& p ) const;
23 private:
24 };
25#endif
26
HepMC::GenParticle Particle
virtual bool operator()(const Particle *const p) const
GenIMCselector * create() const