1 #ifndef Validation_Geometry_MaterialBudgetAction_h 2 #define Validation_Geometry_MaterialBudgetAction_h 21 #include <CLHEP/Vector/LorentzVector.h> 22 #include <G4VTouchable.hh> 35 public Observer<const BeginOfTrack*>,
50 void update(
const G4Step*)
override;
57 void save(
const G4Step* aStep);
61 std::shared_ptr<MaterialBudgetData>
theData;
62 std::shared_ptr<MaterialBudgetTree>
theTree;
64 std::shared_ptr<MaterialBudgetTxt>
theTxt;
bool CheckTouchableInSelectedVolumes(const G4VTouchable *touch)
void save(const G4Step *aStep)
std::shared_ptr< MaterialBudgetFormat > theHistos
MaterialBudgetAction(const edm::ParameterSet &)
std::shared_ptr< TestHistoMgr > theHistoMgr
std::shared_ptr< MaterialBudgetTxt > theTxt
G4String theProcessToStop
std::shared_ptr< MaterialBudgetTree > theTree
const MaterialBudgetAction & operator=(const MaterialBudgetAction &)
bool StopAfterProcess(const G4Step *aStep)
~MaterialBudgetAction() override
std::string getPartName(G4StepPoint *aStepPoint)
std::vector< G4String > theVolumeList
std::string getSubDetectorName(G4StepPoint *aStepPoint)
std::shared_ptr< MaterialBudgetData > theData
void update(const BeginOfRun *) override
This routine will be called when the appropriate signal arrives.