Go to the documentation of this file. 1 #ifndef MaterialAccountingTrack_h
2 #define MaterialAccountingTrack_h
45 const std::vector<MaterialAccountingStep>&
steps()
const {
return m_steps; }
52 std::vector<MaterialAccountingStep>
m_steps;
56 #endif // MaterialAccountingTrack_h
std::vector< MaterialAccountingStep > m_steps
std::vector< MaterialAccountingDetector > m_detectors
void step(const MaterialAccountingStep &step)
MaterialAccountingTrack(void)
const std::vector< MaterialAccountingDetector > & detectors() const
void enterDetector(const GlobalPoint &position, double cosTheta)
const MaterialAccountingStep & summary() const
MaterialAccountingDetector m_detector
std::vector< MaterialAccountingDetector > & detectors()
MaterialAccountingStep m_total
std::vector< MaterialAccountingStep > & steps()
static int position[264][3]
void leaveDetector(double cosTheta)
const std::vector< MaterialAccountingStep > & steps() const