CondFormats
DTObjects
interface
DTVelocityUnits.h
Go to the documentation of this file.
1
#ifndef DTVelocityUnits_H
2
#define DTVelocityUnits_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
18
//------------------------------------
19
// Collaborating Class Declarations --
20
//------------------------------------
21
22
//---------------
23
// C++ Headers --
24
//---------------
25
26
// ---------------------
27
// -- Class Interface --
28
// ---------------------
29
30
class
DTVelocityUnits
{
31
public
:
32
enum
type
{
cm_per_count
,
cm_per_ns
};
33
36
virtual
~DTVelocityUnits
();
37
38
private
:
41
DTVelocityUnits
();
44
};
46
47
#endif // DTVelocityUnits_H
DTVelocityUnits::~DTVelocityUnits
virtual ~DTVelocityUnits()
Definition:
DTVelocityUnits.cc:35
DTVelocityUnits::type
type
Definition:
DTVelocityUnits.h:32
DTVelocityUnits::cm_per_ns
Definition:
DTVelocityUnits.h:32
DTVelocityUnits::DTVelocityUnits
DTVelocityUnits()
Definition:
DTVelocityUnits.cc:30
DTVelocityUnits::cm_per_count
Definition:
DTVelocityUnits.h:32
DTVelocityUnits
Definition:
DTVelocityUnits.h:30
Generated for CMSSW Reference Manual by
1.8.16