CMS 3D CMS Logo

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 253 of file TotemRPDQMSource.cc.

References CTPPSDetId::nPath, callgraph::path, DQMStore::IBooker::setCurrentFolder(), and CTPPSDetId::stationName().

254 {
255  string path;
257  ibooker.setCurrentFolder(path);
258 }
Detector ID class for TOTEM Si strip detectors.
Definition: TotemRPDetId.h:30
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:277
void stationName(std::string &name, NameFlag flag=nFull) const
Definition: CTPPSDetId.h:127