BOSS 8.0.0
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
16
17public:
19 GenIMCselector* create() const;
20 virtual bool operator()( const Particle* const p ) const;
21 virtual bool operator()( const Particle& p ) const;
22
23private:
24};
25#endif
HepMC::GenParticle Particle
virtual bool operator()(const Particle *const p) const
GenIMCselector * create() const