Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
SiPixelCommon
interface
SiPixelFolderOrganizer.h
Go to the documentation of this file.
1
#ifndef SiPixelCommon_SiPixelFolderOrganizer_h
2
#define SiPixelCommon_SiPixelFolderOrganizer_h
3
// -*- C++ -*-
4
//
5
// Package: SiPixelCommon
6
// Class : SiPixelFolderOrganizer
7
//
16
//
17
// Original Author: chiochia
18
// Created: Thu Jan 26 23:49:46 CET 2006
19
// $Id: SiPixelFolderOrganizer.h,v 1.5 2008/06/06 15:55:01 merkelp Exp $
20
#include "
DQMServices/Core/interface/DQMStore.h
"
21
#include <boost/cstdint.hpp>
22
#include <string>
23
24
class
SiPixelFolderOrganizer
{
25
26
public
:
27
29
SiPixelFolderOrganizer
();
30
32
virtual
~SiPixelFolderOrganizer
();
33
35
//type is: BPIX mod=0, lad=1, lay=2, phi=3,
36
// FPIX mod=0, blade=4, disc=5, ring=6
37
bool
setModuleFolder
(
const
uint32_t& rawdetid=0,
int
type
=0);
38
void
getModuleFolder
(
const
uint32_t& rawdetid,
std::string
&
path
);
39
41
bool
setFedFolder
(
const
uint32_t FedId);
42
43
private
:
44
45
std::string
rootFolder
;
46
std::string
slash
;
47
DQMStore
*
dbe_
;
48
};
49
#endif
type
type
Definition:
HCALResponse.h:21
SiPixelFolderOrganizer::rootFolder
std::string rootFolder
Definition:
SiPixelFolderOrganizer.h:45
getHLTPrescaleColumns.path
list path
Definition:
getHLTPrescaleColumns.py:16
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
SiPixelFolderOrganizer::setFedFolder
bool setFedFolder(const uint32_t FedId)
Set folder name for a FED (used in the case of errors without detId)
Definition:
SiPixelFolderOrganizer.cc:116
DQMStore
Definition:
DQMStore.h:67
SiPixelFolderOrganizer::slash
std::string slash
Definition:
SiPixelFolderOrganizer.h:46
DQMStore.h
SiPixelFolderOrganizer
Definition:
SiPixelFolderOrganizer.h:24
SiPixelFolderOrganizer::getModuleFolder
void getModuleFolder(const uint32_t &rawdetid, std::string &path)
Definition:
SiPixelFolderOrganizer.cc:129
SiPixelFolderOrganizer::dbe_
DQMStore * dbe_
Definition:
SiPixelFolderOrganizer.h:47
SiPixelFolderOrganizer::SiPixelFolderOrganizer
SiPixelFolderOrganizer()
Constructor.
Definition:
SiPixelFolderOrganizer.cc:15
SiPixelFolderOrganizer::~SiPixelFolderOrganizer
virtual ~SiPixelFolderOrganizer()
Destructor.
Definition:
SiPixelFolderOrganizer.cc:22
SiPixelFolderOrganizer::setModuleFolder
bool setModuleFolder(const uint32_t &rawdetid=0, int type=0)
Set folder name for a module or plaquette.
Definition:
SiPixelFolderOrganizer.cc:24
Generated for CMSSW Reference Manual by
1.8.5