src
CondTools
DT
interface
DTHVHandler.h
Go to the documentation of this file.
1
#ifndef DTHVHandler_H
2
#define DTHVHandler_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
18
//------------------------------------
19
// Collaborating Class Declarations --
20
//------------------------------------
21
class
DTHVStatus
;
22
class
DTChamberId
;
23
//class DTLayerId;
24
class
DTWireId
;
25
//class DTGeometry;
26
27
//---------------
28
// C++ Headers --
29
//---------------
30
#include <string>
31
#include <vector>
32
33
// ---------------------
34
// -- Class Interface --
35
// ---------------------
36
37
class
DTHVHandler
{
38
public
:
41
DTHVHandler
();
42
DTHVHandler
(
const
DTHVStatus
* dbObject);
43
// DTHVHandler( const DTHVStatus* dbObject,
44
// const DTGeometry* geometry );
45
48
~DTHVHandler
();
49
52
int
get
(
const
DTWireId
&
id
,
int
& flagA,
int
& flagC,
int
& flagS)
const
;
54
int
offChannelsNumber
()
const
;
55
int
offChannelsNumber
(
const
DTChamberId
&
id
)
const
;
57
const
DTHVStatus
*
getDBObject
()
const
;
58
59
private
:
60
const
DTHVStatus
*
objectPtr
;
61
// const DTGeometry* dtGeomPtr;
62
63
// int findLayerPart( const DTWireId& id ) const;
64
// int getLayerEdges( const DTLayerId& id,
65
// int& fCell, int& lCell ) const;
66
// int getLayerEdges( const DTLayerId& id, int part,
67
// int& fCell, int& lCell ) const;
68
};
69
70
#endif // DTHVHandler_H
DTHVHandler::getDBObject
const DTHVStatus * getDBObject() const
access db object
DTHVHandler::~DTHVHandler
~DTHVHandler()
Definition:
DTHVHandler.cc:50
DTChamberId
Definition:
DTChamberId.h:14
l1ctLayer2EG_cff.id
id
Definition:
l1ctLayer2EG_cff.py:86
DTHVHandler::offChannelsNumber
int offChannelsNumber() const
Definition:
DTHVHandler.cc:87
DTHVHandler::DTHVHandler
DTHVHandler()
Definition:
DTHVHandler.cc:36
DTHVHandler
Definition:
DTHVHandler.h:37
DTWireId
Definition:
DTWireId.h:12
DTHVHandler::objectPtr
const DTHVStatus * objectPtr
Definition:
DTHVHandler.h:60
DTHVStatus
Definition:
DTHVStatus.h:70
Generated for CMSSW Reference Manual by
1.8.14