![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "HcalMon.h"#include <onlmon/OnlMon.h>#include <onlmon/OnlMonDB.h>#include <onlmon/OnlMonServer.h>#include <onlmon/pseudoRunningMean.h>#include <calobase/TowerInfoDefs.h>#include <caloreco/CaloWaveformFitting.h>#include <Event/Event.h>#include <Event/msg_profile.h>#include <Event/eventReceiverClient.h>#include <TH1.h>#include <TH2.h>#include <cmath>#include <cstdio>#include <fstream>#include <iostream>#include <sstream>#include <string>
Include dependency graph for HcalMon.cc:Go to the source code of this file.
Enumerations | |
| enum | { TRGMESSAGE = 1, FILLMESSAGE = 2 } |
Variables | |
| const int | depth = 10000 |
| const int | packet_depth = 1000 |
| const int | historyLength = 100 |
| const int | historyScaleDown = 100 |
| const int | n_channel = 48 |
| const float | hit_threshold = 100 |
| const int | n_samples_show = 31 |
| anonymous enum |
Definition at line 30 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 30 of file HcalMon.cc
| const int depth = 10000 |
Definition at line 91 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 91 of file HcalMon.cc
| const int historyLength = 100 |
Definition at line 93 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 93 of file HcalMon.cc
| const int historyScaleDown = 100 |
Definition at line 94 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 94 of file HcalMon.cc
Referenced by HcalMon::Init(), and HcalMon::process_event().
| const float hit_threshold = 100 |
Definition at line 96 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 96 of file HcalMon.cc
| const int n_channel = 48 |
Definition at line 95 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 95 of file HcalMon.cc
| const int n_samples_show = 31 |
Definition at line 97 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 97 of file HcalMon.cc
Referenced by HcalMon::Init().
| const int packet_depth = 1000 |
Definition at line 92 of file HcalMon.cc.
View newest version in sPHENIX GitHub at line 92 of file HcalMon.cc
Referenced by HcalMon::Init().