51 #ifndef G4LossTableBuilder_h
52 #define G4LossTableBuilder_h 1
72 const std::vector<G4PhysicsTable*>&);
77 G4bool isIonisation =
false);
82 G4bool isIonisation =
false);
108 void InitialiseCouples();
116 std::vector<G4double>* theDensityFactor;
117 std::vector<G4int>* theDensityIdx;
118 std::vector<G4bool>* theFlag;
122 inline const std::vector<G4int>*
125 if(theDensityIdx->size() == 0) { InitialiseCouples(); }
126 return theDensityIdx;
129 inline const std::vector<G4double>*
132 if(theDensityIdx->size() == 0) { InitialiseCouples(); }
133 return theDensityFactor;
138 return (*theFlag)[idx];
148 isInitialized = flag;