![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "PktSizeMon.h"#include "PktSizeCommon.h"#include "PktSizeDBodbc.h"#include <onlmon/OnlMonServer.h>#include <Event/Event.h>#include <Event/EventTypes.h>#include <Event/msg_profile.h>#include <phool/phool.h>#include <TH1.h>#include <iostream>#include <sstream>
Include dependency graph for PktSizeMon.cc:Go to the source code of this file.
Variables | |
| const char * | histoname = "pktsize_hist" |
| const int | NUPDATE = 1000 |
| const char* histoname = "pktsize_hist" |
Definition at line 18 of file PktSizeMon.cc.
View newest version in sPHENIX GitHub at line 18 of file PktSizeMon.cc
Referenced by PktSizeMon::Init(), PktSizeMon::putmapinhisto(), Fun4AllHistoManager::registerHisto(), and PktSizeMon::Reset().
| const int NUPDATE = 1000 |
Definition at line 19 of file PktSizeMon.cc.
View newest version in sPHENIX GitHub at line 19 of file PktSizeMon.cc
Referenced by PktSizeMon::process_event().