CMS 3D CMS Logo

List of all members | Public Member Functions
CTPPSDiamondDQMSource::GlobalPlots Struct Reference

plots related to the whole system More...

Public Member Functions

 GlobalPlots ()
 
 GlobalPlots (DQMStore::IBooker &ibooker)
 

Detailed Description

plots related to the whole system

Definition at line 114 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

CTPPSDiamondDQMSource::GlobalPlots::GlobalPlots ( )
inline

Definition at line 116 of file CTPPSDiamondDQMSource.cc.

116 {}
CTPPSDiamondDQMSource::GlobalPlots::GlobalPlots ( DQMStore::IBooker ibooker)

Definition at line 236 of file CTPPSDiamondDQMSource.cc.

References DQMStore::IBooker::setCurrentFolder().

237 {
238  ibooker.setCurrentFolder( "CTPPS" );
239 }
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:268