StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMcEventTypes.hh
1 /***************************************************************************
2  *
3  * $Id: StMcEventTypes.hh,v 2.18 2015/03/13 18:44:58 perev Exp $
4  *
5  * Author: Manuel Calderon de la Barca
6  ***************************************************************************
7  *
8  * Description:
9  *
10  ***************************************************************************
11  *
12  * $Log: StMcEventTypes.hh,v $
13  * Revision 2.18 2015/03/13 18:44:58 perev
14  * Roll back
15  *
16  * Revision 2.16 2013/03/25 23:28:11 perev
17  * Mustafa.Pxl corrs
18  *
19  * Revision 2.15 2012/03/22 00:38:52 perev
20  * Etr added
21  *
22  * Revision 2.14 2011/10/11 01:15:35 perev
23  * Mtd added
24  *
25  * Revision 2.13 2009/07/24 19:08:06 perev
26  * Cleanup + Btof added (Geurts)
27  *
28  * Revision 2.12 2007/10/16 19:49:14 fisyak
29  * rename Hft => Pxl, remove Hpd, Igt and Fst
30  *
31  * Revision 2.11 2006/09/25 14:20:43 fisyak
32  * Add Hpd Hits
33  *
34  * Revision 2.10 2005/11/22 21:44:51 fisyak
35  * Add compress Print for McEvent, add Ssd collections
36  *
37  * Revision 2.9 2005/07/07 18:20:49 calderon
38  * Added support for IGT detector.
39  *
40  * Revision 2.8 2005/04/18 20:11:33 calderon
41  * Addition of Fgt and Fst files. Modified other files to accomodate changes.
42  *
43  * Revision 2.7 2004/09/14 05:00:29 calderon
44  * Added support for Ist, Ssd and changes to Pixel, from "El Kai".
45  *
46  * Revision 2.6 2003/08/20 18:50:21 calderon
47  * Addition of Tof classes and Pixel classes. Modified track, event, and
48  * container code to reflect this.
49  * Fix bug in StMcVertex and in clearing of some hit collections.
50  *
51  * Revision 2.5 2003/02/19 03:16:05 calderon
52  * Introduction of Ctb Hit Class and Ctb Hit Collection class, modified
53  * StMcTrack, and StMcEvent accordingly. Clearing of hits in StMcSvtWaferHitCollection.
54  *
55  * Revision 2.4 2000/06/06 02:58:41 calderon
56  * Introduction of Calorimeter classes. Modified several classes
57  * accordingly.
58  *
59  * Revision 2.3 2000/03/06 20:33:08 calderon
60  * svt layer -> svt barrel
61  *
62  * Revision 2.2 2000/03/06 18:05:21 calderon
63  * 1) Modified SVT Hits storage scheme from layer-ladder-wafer to
64  * barrel-ladder-wafer.
65  * 2) Added Rich Hit class and collection, and links to them in other
66  * classes.
67  *
68  * Revision 2.1 1999/12/03 21:31:19 calderon
69  * Initial Revision
70  *
71  *
72  **************************************************************************/
73 #ifndef StMcEventTypes_hh
74 #define StMcEventTypes_hh
75 
76 #include "StMcContainers.hh"
77 #include "StMcCalorimeterHit.hh"
78 #include "StMcCtbHit.hh"
79 #include "StMcCtbHitCollection.hh"
80 #include "StMcEmcModuleHitCollection.hh"
81 #include "StMcEmcHitCollection.hh"
82 #include "StMcEvent.hh"
83 #include "StMcFtpcHit.hh"
84 #include "StMcFtpcHitCollection.hh"
85 #include "StMcFtpcPlaneHitCollection.hh"
86 #include "StMcHit.hh"
87 #include "StMcHitComparisons.hh"
88 #include "StMcRichHit.hh"
89 #include "StMcRichHitCollection.hh"
90 #include "StMcSvtHit.hh"
91 #include "StMcSvtHitCollection.hh"
92 #include "StMcSvtBarrelHitCollection.hh"
93 #include "StMcSvtLadderHitCollection.hh"
94 #include "StMcSvtWaferHitCollection.hh"
95 #include "StMcSsdHit.hh"
96 #include "StMcSsdHitCollection.hh"
97 #include "StMcSsdLadderHitCollection.hh"
98 #include "StMcTpcHit.hh"
99 #include "StMcTpcHitCollection.hh"
100 #include "StMcTpcPadrowHitCollection.hh"
101 #include "StMcTpcSectorHitCollection.hh"
102 #include "StMcTofHit.hh"
103 #include "StMcTofHitCollection.hh"
104 #include "StMcBTofHit.hh"
105 #include "StMcBTofHitCollection.hh"
106 #include "StMcMtdHit.hh"
107 #include "StMcMtdHitCollection.hh"
108 #include "StMcPxlHit.hh"
109 #include "StMcPxlHitCollection.hh"
110 #include "StMcPxlSectorHitCollection.hh"
111 #include "StMcIstHit.hh"
112 #include "StMcIstHitCollection.hh"
113 #include "StMcIstLayerHitCollection.hh"
114 #include "StMcFgtHit.hh"
115 #include "StMcFgtHitCollection.hh"
116 #include "StMcFgtLayerHitCollection.hh"
117 #include "StMcEtrHit.hh"
118 #include "StMcEtrHitCollection.hh"
119 #include "StMcTrack.hh"
120 #include "StMcVertex.hh"
121 #endif