1 #include "marlin/Processor.h"
2 #include "EVENT/ReconstructedParticle.h"
5 #include "IMPL/LCCollectionVec.h"
32 virtual void processRunHeader( LCRunHeader* run ) ;
36 virtual void processEvent( LCEvent * evt ) ;
43 bool FindPFOs( LCEvent* evt );
48 std::vector<ReconstructedParticle*>_pfovec{};
50 std::string _inputParticleCollectionName{};
51 std::string _outputParticleCollectionName{};
52 std::string _ggResonanceName{};
53 float _gammaMomentumCut{};
54 float _ggResonanceMass{};
56 double _fitProbabilityCut{};
virtual marlin::Processor * newProcessor()
GammaGammaCandidateFinder:
std::vector< LCCollection * > LCCollectionVec