![]() |
|
|||
File indexing completed on 2025-08-03 08:20:54
0001 #include "ServerFuncs.C" 0002 0003 #include <onlmon/localpol/LocalPolMon.h> 0004 0005 #include <onlmon/OnlMonServer.h> 0006 0007 // cppcheck-suppress unknownMacro 0008 R__LOAD_LIBRARY(libonllocalpolmon_server.so) 0009 0010 //void run_localpol_server(const std::string &name = "LOCALPOLMON", unsigned int serverid = 0, const std::string &prdffile = "/sphenix/lustre01/sphnxpro/commissioning/ZDC/beam/beam_seb20-00041352-0000.prdf") 0011 void run_localpol_server(const std::string &name = "LOCALPOLMON", unsigned int serverid = 0, const std::string &prdffile = "/sphenix/lustre01/sphnxpro/commissioning/GL1/beam/GL1_beam_gl1daq-00041352-0000.evt") 0012 // /sphenix/lustre01/sphnxpro/commissioning/ZDC/beam/beam_seb20-00041352-0000.prdf 0013 { 0014 OnlMon *m = new LocalPolMon(name); // create subsystem Monitor object 0015 m->SetMonitorServerId(serverid); 0016 // m->AddTrigger("PPG(Laser)"); // high efficiency triggers selection at et pool 0017 // m->AddTrigger("ONLMONBBCLL1"); // generic bbcll1 minbias trigger (defined in ServerFuncs.C) 0018 OnlMonServer *se = OnlMonServer::instance(); // get pointer to Server Framework 0019 se->registerMonitor(m); // register subsystem Monitor with Framework 0020 start_server(prdffile); 0021 return; 0022 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |