1 #ifndef SWAP_XY_PROCESSOR_H
2 #define SWAP_XY_PROCESSOR_H
11 #include "marlin/Processor.h"
44 virtual void processRunHeader( lcio::LCRunHeader* run ) ;
46 virtual void processEvent( lcio::LCEvent * evt ) ;
64 #endif //SWAP_XY_PROCESSOR_H
SwapXYProcessor swaps the x and the y coordinate of TrackerHits.
Definition: SwapXYProcessor.h:34
int _outputIsTransient
give the status which is set to the transient flag of the output collection it is an int instead of a...
Definition: SwapXYProcessor.h:59
std::string _inputColName
The name of the input collection.
Definition: SwapXYProcessor.h:53