Skip to content
Snippets Groups Projects
Commit cf3e5ddf authored by Chad Lantz's avatar Chad Lantz
Browse files

Set the OPTICAL flag in stepping action in a better way

parent 3dd8d23f
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ void AnalysisManager::Book() ...@@ -95,6 +95,7 @@ void AnalysisManager::Book()
int nZDCs = detectorConstruction->GetnZDCs(); int nZDCs = detectorConstruction->GetnZDCs();
int nRPDs = detectorConstruction->GetnRPDs(); int nRPDs = detectorConstruction->GetnRPDs();
CLUSTER = detectorConstruction->GetClusterFlag(); CLUSTER = detectorConstruction->GetClusterFlag();
OPTICAL = detectorConstruction->GetOpticalFlag();
//Make vectors for the detectors we have //Make vectors for the detectors we have
//Indecies are [module#][dataType][dataPoint] //Indecies are [module#][dataType][dataPoint]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment