![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "CemcMon.h"#include <onlmon/OnlMon.h>#include <onlmon/OnlMonServer.h>#include <onlmon/pseudoRunningMean.h>#include <caloreco/CaloWaveformFitting.h>#include <calobase/TowerInfoDefs.h>#include <Event/Event.h>#include <Event/EventTypes.h>#include <Event/msg_profile.h>#include <TH1.h>#include <TH2.h>#include <cmath>#include <cstdio>#include <fstream>#include <iostream>#include <sstream>#include <string>
Include dependency graph for CemcMon.cc:Go to the source code of this file.
Enumerations | |
| enum | { TRGMESSAGE = 1, FILLMESSAGE = 2 } |
Variables | |
| const int | depth = 10000 |
| const int | historyLength = 100 |
| const float | hit_threshold = 100 |
| anonymous enum |
Definition at line 30 of file CemcMon.cc.
View newest version in sPHENIX GitHub at line 30 of file CemcMon.cc
| const int depth = 10000 |
Definition at line 36 of file CemcMon.cc.
View newest version in sPHENIX GitHub at line 36 of file CemcMon.cc
| const int historyLength = 100 |
Definition at line 37 of file CemcMon.cc.
View newest version in sPHENIX GitHub at line 37 of file CemcMon.cc
Referenced by getHistoryEntryV1(), HcalMon::Init(), CemcMon::Init(), HcalMon::process_event(), CemcMon::process_event(), and setFrameHistoryLength().
| const float hit_threshold = 100 |
Definition at line 38 of file CemcMon.cc.
View newest version in sPHENIX GitHub at line 38 of file CemcMon.cc
Referenced by CemcMon::process_event(), and HcalMon::process_event().