ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/andersj/HcalPlotter/scripts/MyHcalClasses.h
Revision: 1.1
Committed: Wed Jul 20 11:34:58 2011 UTC (13 years, 9 months ago) by andersj
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
inital version

File Contents

# Content
1 #ifndef MYHCALCLASSES_INCLUDED
2 #define MYHCALCLASSES_INCLUDED
3
4 enum MyHcalSubdetector { HcalEmpty=0,
5 HcalBarrel=1,
6 HcalEndcap=2,
7 HcalOuter=3,
8 HcalForward=4,
9 HcalTriggerTower=5,
10 HcalOther=7 };
11 typedef struct {
12 MyHcalSubdetector subdet;
13 int ieta;
14 int iphi;
15 int depth;
16 }
17 MyHcalDetId;
18
19
20 typedef struct {
21
22 int fiber;
23 int fiberChan;
24 int crate;
25
26 int Slot;
27 char tb;
28 }
29 MyElectronicsId;
30
31
32
33 #endif // MYHCALCLASSES_INCLUDED