Belle II Software development
TOPTriggerMCInfo Class Reference

Class to store Monte Carlo information useful for trigger studies. More...

#include <TOPTriggerMCInfo.h>

Inheritance diagram for TOPTriggerMCInfo:

Public Member Functions

 TOPTriggerMCInfo ()
 Default constructor.
 
void setBunchTimeStamp (int timeStamp)
 setter for generated time stamp of interaction
 
int getBunchTimeStamp () const
 getter for generated time stamp of interaction
 

Private Member Functions

 ClassDef (TOPTriggerMCInfo, 1)
 ClassDef.
 

Private Attributes

int m_bunchTimeStamp = 0
 generated time stamp of the interaction
 

Detailed Description

Class to store Monte Carlo information useful for trigger studies.

Definition at line 22 of file TOPTriggerMCInfo.h.

Constructor & Destructor Documentation

◆ TOPTriggerMCInfo()

TOPTriggerMCInfo ( )
inline

Default constructor.

Definition at line 28 of file TOPTriggerMCInfo.h.

29 {}

Member Function Documentation

◆ getBunchTimeStamp()

int getBunchTimeStamp ( ) const
inline

getter for generated time stamp of interaction

Definition at line 39 of file TOPTriggerMCInfo.h.

39{return m_bunchTimeStamp;}
int m_bunchTimeStamp
generated time stamp of the interaction

◆ setBunchTimeStamp()

void setBunchTimeStamp ( int  timeStamp)
inline

setter for generated time stamp of interaction

Definition at line 34 of file TOPTriggerMCInfo.h.

34{m_bunchTimeStamp = timeStamp;}

Member Data Documentation

◆ m_bunchTimeStamp

int m_bunchTimeStamp = 0
private

generated time stamp of the interaction

Definition at line 43 of file TOPTriggerMCInfo.h.


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