Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoParticleFlow
PFClusterTools
interface
Region.h
Go to the documentation of this file.
1
#ifndef REGION_HH_
2
#define REGION_HH_
3
4
5
namespace
pftools {
6
7
enum
Region
{
8
NOREGION
= 0,
BARREL_POS
= 1,
TRANSITION_POS
= 2,
ENDCAP_POS
= 3
9
};
10
11
const
char
*
const
RegionNames
[] = {
"NOREGION"
,
"BARREL_POS"
,
"TRANSITION_POS"
,
"ENDCAP_POS"
};
12
13
14
}
15
#endif //REGION_HH_
pftools::NOREGION
Definition:
Region.h:8
pftools::BARREL_POS
Definition:
Region.h:8
pftools::TRANSITION_POS
Definition:
Region.h:8
pftools::RegionNames
const char *const RegionNames[]
Definition:
Region.h:11
pftools::Region
Region
Definition:
Region.h:7
pftools::ENDCAP_POS
Definition:
Region.h:8
Generated for CMSSW Reference Manual by
1.8.5