BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
IsGenInteracting.h
Go to the documentation of this file.
1//*************************************************************************
2//* *
3//* class IsGenInteracting **
4//* *
5//* this predicate returns true if the input is an interacting
6// such as hadron, electron, photon or muon *
7//*
8// Author Ian Hinchliffe
9// *
10//*************************************************************************
11#ifndef TRUTHHELPER_ISGENINTERACTING_H
12#define TRUTHHELPER_ISGENINTERACTING_H
13
14#ifndef TRUTHHELPER_GENIMCSELECTOR_H
16#endif
17
18
20
21 public:
23 GenIMCselector* create() const;
24 virtual bool operator()( const Particle* const p )const;
25 virtual bool operator()( const Particle& p ) const;
26 private:
27 };
28#endif
HepMC::GenParticle Particle
virtual bool operator()(const Particle *const p) const
GenIMCselector * create() const