File indexing completed on 2025-08-05 08:15:11
0001 #include <iostream>
0002
0003 #include "Quiver.h"
0004
0005
0006
0007 using namespace std;
0008
0009 int Quiver::RunNumber = -999;
0010 bool Quiver::UseRunCalibs = false;
0011 bool Quiver::AnalyzeScope = true;
0012 bool Quiver::AnalyzeSRS = true;
0013 bool Quiver::ProcessTrackers = true;
0014 bool Quiver::ProcessCrystals = true;
0015 bool Quiver::FreeFit = false;
0016 bool Quiver::ProcessMpcEx = false;
0017 bool Quiver::MpcExUnique = false;
0018 bool Quiver::DebugTracker = true;
0019 bool Quiver::DebugMpcEx = false;
0020 bool Quiver::DebugExShower = false;
0021 bool Quiver::DebugMpc = false;
0022 bool Quiver::DrawZigzags = true;
0023 bool Quiver::DrawBlobs = true;
0024 bool Quiver::BlobTimeCut = false;
0025 int Quiver::PaddingLimit = 1;