Added ROOT include files in Makefile and corrected trd90y creation.
This commit is contained in:
@ -393,8 +393,8 @@ G4VPhysicalVolume* musrDetectorConstruction::Construct() {
|
||||
|
||||
// For trapezoid "trd90y" rotate the trapezoid by 90 degrees in y direction
|
||||
// (in addition to the requested rotation)
|
||||
if (strcmp(tmpString2,"trd")==0){
|
||||
pRot->rotateY(90.0*deg);
|
||||
if (strcmp(tmpString2,"trd90y")==0) {
|
||||
pRot->rotateY(90.0*deg);
|
||||
}
|
||||
|
||||
G4FieldManager* pFieldMan = pointerToField[actualFieldName];
|
||||
|
Reference in New Issue
Block a user