Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Quiver.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Quiver.C
1 #include <iostream>
2 
3 #include "Quiver.h"
4 
5 //Running parameters
6 
7 using namespace std;
8 
9 int Quiver::RunNumber = -999;
10 bool Quiver::UseRunCalibs = false;
11 bool Quiver::AnalyzeScope = true;
12 bool Quiver::AnalyzeSRS = true;
13 bool Quiver::ProcessTrackers = true;
14 bool Quiver::ProcessCrystals = true;
15 bool Quiver::FreeFit = false;
16 bool Quiver::ProcessMpcEx = false;
17 bool Quiver::MpcExUnique = false;
18 bool Quiver::DebugTracker = true;
19 bool Quiver::DebugMpcEx = false;
20 bool Quiver::DebugExShower = false;
21 bool Quiver::DebugMpc = false;
22 bool Quiver::DrawZigzags = true;
23 bool Quiver::DrawBlobs = true;
24 bool Quiver::BlobTimeCut = false;
25 int Quiver::PaddingLimit = 1;