1 #ifndef FORMTRUECLUSTERSKP_H
2 #define FORMTRUECLUSTERSKP_H 1
4 #include "marlin/Processor.h"
8 #include "HelixClass.h"
9 #include <EVENT/CalorimeterHit.h>
10 #include <EVENT/MCParticle.h>
12 using namespace lcio ;
13 using namespace marlin ;
38 virtual void processRunHeader( LCRunHeader* run ) ;
42 virtual void processEvent( LCEvent * evt ) ;
45 virtual void check( LCEvent * evt ) ;
61 std::string _trueClustCollection{};
62 std::vector<std::string> _caloCollections{};
63 std::string _relCollection{};
64 std::string _trueClustToMCP{};
65 std::string _MCcollection{};
=== Cluster Cheater 5_3 === This processor constructs true clusters.
Definition: ClusterCheater5_3.h:23