48 if(fCharacteristicVector.size()!=0){
49 for(
unsigned int i=0;i<fCharacteristicVector.size();i++){
50 vValue += fCharacteristicVector.at(i)->GetEC(vPosition,vLattice);
67 if(fCharacteristicVector.size()!=0){
68 for(
unsigned int i=0;i<fCharacteristicVector.size();i++){
69 if(vPositionInTheCellPrevious != vPositionInTheCell){
72 vPositionInTheCellPrevious = vPositionInTheCell;
74 fCharacteristicVector.at(i)->ComputePositionInUnitCell(vPosition,
77 return vPositionInTheCell;
Definition of the XCrystalCharacteristicArray class.
CLHEP::Hep3Vector G4ThreeVector
virtual G4ThreeVector ComputePositionInUnitCell(G4ThreeVector, XPhysicalLattice *)
~XCrystalCharacteristicArray()
virtual G4ThreeVector ComputeEC(G4ThreeVector, XPhysicalLattice *)
XCrystalCharacteristicArray()