hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Private Attributes | List of all members
MCEcalHitProcessor Class Reference

Processor used to add simulated ecal hits to the event more details. More...

#include <MCEcalHitProcessor.h>

Inheritance diagram for MCEcalHitProcessor:
Processor

Public Member Functions

 MCEcalHitProcessor (const std::string &name, Process &process)
 Class constructor.
 
 ~MCEcalHitProcessor ()
 
virtual void configure (const ParameterSet &parameters)
 Callback for the Processor to configure itself from the given set of parameters.
 
virtual void initialize (TTree *tree)
 Callback for the Processor to take any necessary action when the processing of events starts.
 
virtual bool process (IEvent *ievent)
 Process the event and put new data products into it.
 
virtual void finalize ()
 Callback for the Processor to take any necessary action when the processing of events finishes.
 
- Public Member Functions inherited from Processor
 Processor (const std::string &name, Process &process)
 Class constructor.
 
virtual ~Processor ()
 
virtual void initialize (std::string inFilename, std::string outFilename)
 Callback for the Processor to take any necessary action when the processing of events starts, such as initializing files.
 
virtual void setFile (TFile *outFile)
 Set output TFile for AnaProcessors.
 
virtual bool process ()
 Process the histograms and generate analysis output.
 

Private Attributes

std::vector< MCEcalHit * > ecalhits_
 
std::string hitCollLcio_ {"EcalHits"}
 description
 
std::string hitCollRoot_ {"EcalHits"}
 description
 
int debug_ {0}
 Debug Level.
 

Additional Inherited Members

- Static Public Member Functions inherited from Processor
static void declare (const std::string &classname, ProcessorMaker *)
 Internal function which is part of the ProcessorFactory machinery.
 
- Protected Attributes inherited from Processor
Processprocess_
 
TFile * outF_ {nullptr}
 
std::string name_
 

Detailed Description

Processor used to add simulated ecal hits to the event more details.

Definition at line 42 of file MCEcalHitProcessor.h.

Constructor & Destructor Documentation

◆ MCEcalHitProcessor()

MCEcalHitProcessor ( const std::string &  name,
Process process 
)

Class constructor.

Parameters
nameName for this instance of the class.
processThe Process class associated with Processor, provided by the processing framework.

Definition at line 8 of file MCEcalHitProcessor.cxx.

◆ ~MCEcalHitProcessor()

Destructor

Definition at line 12 of file MCEcalHitProcessor.cxx.

Member Function Documentation

◆ configure()

void configure ( const ParameterSet parameters)
virtual

Callback for the Processor to configure itself from the given set of parameters.

Parameters
parametersParameterSet for configuration.

Reimplemented from Processor.

Definition at line 15 of file MCEcalHitProcessor.cxx.

◆ finalize()

void finalize ( )
virtual

Callback for the Processor to take any necessary action when the processing of events finishes.

Implements Processor.

Definition at line 93 of file MCEcalHitProcessor.cxx.

◆ initialize()

void initialize ( TTree *  tree)
virtual

Callback for the Processor to take any necessary action when the processing of events starts.

Parameters
tree

Implements Processor.

Definition at line 30 of file MCEcalHitProcessor.cxx.

◆ process()

bool process ( IEvent ievent)
virtual

Process the event and put new data products into it.

Parameters
eventThe Event to process.

Implements Processor.

Definition at line 35 of file MCEcalHitProcessor.cxx.

Member Data Documentation

◆ debug_

int debug_ {0}
private

Debug Level.

Definition at line 93 of file MCEcalHitProcessor.h.

◆ ecalhits_

std::vector<MCEcalHit*> ecalhits_
private

Container to hold all MCEcalHit objects.

Definition at line 89 of file MCEcalHitProcessor.h.

◆ hitCollLcio_

std::string hitCollLcio_ {"EcalHits"}
private

description

Definition at line 90 of file MCEcalHitProcessor.h.

◆ hitCollRoot_

std::string hitCollRoot_ {"EcalHits"}
private

description

Definition at line 91 of file MCEcalHitProcessor.h.


The documentation for this class was generated from the following files: