Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
14
Fun4AllServer
*se =
Fun4AllServer::instance
();
15
16
CaloTriggerSim
* calotriggersim =
new
CaloTriggerSim
();
17
calotriggersim->
Verbosity
(
verbosity
);
18
se->
registerSubsystem
( calotriggersim );
19
20
return
;
21
22
}
analysis
blob
master
EICAnalysis
macros
leptoquarks_fun4all
G4_CaloTrigger.C
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:48
using
1.8.2 with
sPHENIX GitHub integration