PandaRoot
PndMQTopix4DigiToHit Class Reference

#include <PndMQTopix4DigiToHit.h>

Inheritance diagram for PndMQTopix4DigiToHit:

Public Member Functions

 PndMQTopix4DigiToHit ()
 
virtual ~PndMQTopix4DigiToHit ()
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 
std::vector< int > GetClusterSize ()
 

Protected Member Functions

virtual void Run ()
 

Friends

class boost::serialization::access
 

Detailed Description

PndMQTopix4Sink.h

Since
2014-10-10
Author
A. Rybalchenko

Definition at line 28 of file PndMQTopix4DigiToHit.h.

Constructor & Destructor Documentation

◆ PndMQTopix4DigiToHit()

PndMQTopix4DigiToHit::PndMQTopix4DigiToHit ( )

◆ ~PndMQTopix4DigiToHit()

virtual PndMQTopix4DigiToHit::~PndMQTopix4DigiToHit ( )
virtual

Member Function Documentation

◆ GetClusterSize()

std::vector<int> PndMQTopix4DigiToHit::GetClusterSize ( )
inline

Definition at line 41 of file PndMQTopix4DigiToHit.h.

References Run().

41 { return fClusterSize; }

◆ Run()

virtual void PndMQTopix4DigiToHit::Run ( )
protectedvirtual

Referenced by GetClusterSize().

◆ serialize()

template<class Archive >
void PndMQTopix4DigiToHit::serialize ( Archive &  ar,
const unsigned int  version 
)
inline

Definition at line 34 of file PndMQTopix4DigiToHit.h.

35  {
36  ar &fTopixDigis;
37  ar &fTopixHitsEvent;
38  ar &fClusterSize;
39  }

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 48 of file PndMQTopix4DigiToHit.h.


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