/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/GenAnalysisTools/TruthHelper/TruthHelper-00-00-01/src/GenAll.cxx

Go to the documentation of this file.
00001 #include <vector>
00002 
00003 #include "TruthHelper/GenAll.h"
00004 #include "HepMC/GenParticle.h"
00005   using std::vector;
00006   using std::abs;
00007   //****************************************************************
00008   //*                    All                                       *
00009   //****************************************************************
00010   bool GenAll::operator()( const Particle* const) const {
00011     return true;
00012   }
00013   bool GenAll::operator() ( const Particle& p ) const {
00014     return this->operator()(&p);
00015   } 
00016   GenIMCselector* GenAll::create() const {return new GenAll();}

Generated on Tue Nov 29 23:12:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7