4 #ifndef __MCPPROCESSOR_HPP_
5 #define __MCPPROCESSOR_HPP_
25 virtual bool AddBranch(TTree *tree);
27 virtual void FillBranch(
void);
31 static const size_t nPos = 4;
44 #endif // __MCPPROCESSOR_HPP_
double raw[nPos]
the raw information
Definition: McpProcessor.hpp:35
double ypos
the y position
Definition: McpProcessor.hpp:37
double xpos
the x position
Definition: McpProcessor.hpp:36
static const size_t nPos
number of positions
Definition: McpProcessor.hpp:31
Data structure to hold MCP data.
Definition: McpProcessor.hpp:34
virtual bool Process(RawEvent &rEvent)
struct McpProcessor::McpData data
instance of the McpData structure
Class that handles MCP detectors.
Definition: McpProcessor.hpp:10
Class to handle event processing.
Definition: EventProcessor.hpp:25
The all important raw event.
Definition: RawEvent.hpp:46
void Clear(void)
clears the data map
virtual void DeclarePlots(void)
int mult
the multiplicity
Definition: McpProcessor.hpp:38