LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
LAr calo hit class. More...
#include "LArCaloHit.h"
Public Member Functions | |
LArCaloHit (const LArCaloHitParameters ¶meters) | |
Constructor. More... | |
unsigned int | GetLArTPCVolumeId () const |
Get the lar tpc volume id. More... | |
Private Attributes | |
unsigned int | m_larTPCVolumeId |
The lar tpc volume id. More... | |
LAr calo hit class.
Definition at line 38 of file LArCaloHit.h.
|
inline |
Constructor.
parameters | the lar calo hit parameters |
Definition at line 102 of file LArCaloHit.h.
Referenced by lar_content::LArCaloHitFactory::Create().
|
inline |
Get the lar tpc volume id.
Definition at line 110 of file LArCaloHit.h.
References m_larTPCVolumeId.
Referenced by lar_content::CosmicRayTaggingTool::CheckIfInTime(), lar_content::MasterAlgorithm::GetVolumeIdToHitListMap(), and lar_content::LArCaloHitFactory::Write().
|
private |
The lar tpc volume id.
Definition at line 56 of file LArCaloHit.h.
Referenced by GetLArTPCVolumeId().