test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
TotemRPDQMSource::StationPlots Struct Reference

plots related to one station More...

Public Member Functions

 StationPlots ()
 
 StationPlots (DQMStore::IBooker &ibooker, int _id)
 

Detailed Description

plots related to one station

Definition at line 106 of file TotemRPDQMSource.cc.

Constructor & Destructor Documentation

TotemRPDQMSource::StationPlots::StationPlots ( )
inline

Definition at line 108 of file TotemRPDQMSource.cc.

108 {}
TotemRPDQMSource::StationPlots::StationPlots ( DQMStore::IBooker ibooker,
int  _id 
)

Definition at line 248 of file TotemRPDQMSource.cc.

References TotemRPDetId::nPath, fed_dqm_sourceclient-live_cfg::path, DQMStore::IBooker::setCurrentFolder(), and TotemRPDetId::stationName().

249 {
251  path.replace(0, 2, "TrackingStrip");
252  ibooker.setCurrentFolder(string("CTPPS/") + path);
253 }
static std::string stationName(unsigned int id, NameFlag flag=nFull)
returns official name of a station characterized by ''id''; if ''full'' is true, name of arm is prefi...
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:276