7#ifndef __LArG4H6WarmTCSD_H__
8#define __LArG4H6WarmTCSD_H__
11#include "G4VSensitiveDetector.hh"
45 std::map<int,LArG4H6WarmTCHit*>
m_hits;
46 typedef std::map<int,LArG4H6WarmTCHit*>::iterator
hitIt;
47 typedef std::map<int,LArG4H6WarmTCHit*>::value_type
hitPair;
Handle class for recording to StoreGate.
A specialized SD class for saving LAr calibration hits.
std::map< int, LArG4H6WarmTCHit * >::iterator hitIt
SG::WriteHandle< LArG4H6WarmTCHitCollection > m_Collection
LArG4H6WarmTCSD(const G4String &name, const G4String &colname)
std::map< int, LArG4H6WarmTCHit * >::value_type hitPair
void Initialize(G4HCofThisEvent *)
std::map< int, LArG4H6WarmTCHit * > m_hits
G4bool ProcessHits(G4Step *, G4TouchableHistory *)