Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4_CaloTrigger.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4_CaloTrigger.C
1 
2 void CaloTrigger_Sim(int verbosity = 0) {
3 
4  //---------------
5  // Load libraries
6  //---------------
7 
8  gSystem->Load("libcalotrigger.so");
9 
10  //---------------
11  // Fun4All server
12  //---------------
13 
15 
16  CaloTriggerSim* calotriggersim = new CaloTriggerSim();
17  calotriggersim->Verbosity( verbosity );
18  se->registerSubsystem( calotriggersim );
19 
20  return;
21 
22 }