Revision: | 1.50 |
Committed: | Tue Dec 1 15:14:28 2009 UTC (15 years, 5 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b, Mit_020a, Mit_020, Mit_020pre1, Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d, Mit_014c, Mit_014b, Mit_014a, Mit_014, Mit_014pre3, Mit_014pre2, Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, HEAD |
Branch point for: | Mit_025c_branch |
Changes since 1.49: | +2 -1 lines |
Log Message: | L1TriggerMask added to collections |
# | User | Rev | Content |
---|---|---|---|
1 | paus | 1.8 | //-------------------------------------------------------------------------------------------------- |
2 | loizides | 1.50 | // $Id: Collections.h,v 1.49 2009/11/25 15:12:57 loizides Exp $ |
3 | paus | 1.8 | // |
4 | // Collections | ||
5 | // | ||
6 | // This header file defines the standard types for the collections we want to use. | ||
7 | // | ||
8 | // Authors: C.Loizides | ||
9 | //-------------------------------------------------------------------------------------------------- | ||
10 | loizides | 1.1 | |
11 | loizides | 1.22 | #ifndef MITANA_DATATREE_COLLECTIONS_H |
12 | #define MITANA_DATATREE_COLLECTIONS_H | ||
13 | loizides | 1.3 | |
14 | loizides | 1.47 | #warning " --> This header file is deprecated. Please consider using CollectionsFwd.h instead <--" |
15 | sixie | 1.20 | |
16 | loizides | 1.49 | #include "MitAna/DataTree/interface/BaseVertex.h" |
17 | #include "MitAna/DataTree/interface/BasicCluster.h" | ||
18 | #include "MitAna/DataTree/interface/BeamSpot.h" | ||
19 | #include "MitAna/DataTree/interface/CaloJet.h" | ||
20 | #include "MitAna/DataTree/interface/CaloMet.h" | ||
21 | #include "MitAna/DataTree/interface/CaloTau.h" | ||
22 | #include "MitAna/DataTree/interface/CaloTower.h" | ||
23 | #include "MitAna/DataTree/interface/ChargedParticle.h" | ||
24 | #include "MitAna/DataTree/interface/CompositeParticle.h" | ||
25 | #include "MitAna/DataTree/interface/CompoundParticle.h" | ||
26 | #include "MitAna/DataTree/interface/Conversion.h" | ||
27 | #include "MitAna/DataTree/interface/DataBase.h" | ||
28 | #include "MitAna/DataTree/interface/DataObject.h" | ||
29 | #include "MitAna/DataTree/interface/DaughterData.h" | ||
30 | #include "MitAna/DataTree/interface/DecayData.h" | ||
31 | #include "MitAna/DataTree/interface/DecayParticle.h" | ||
32 | #include "MitAna/DataTree/interface/Electron.h" | ||
33 | #include "MitAna/DataTree/interface/EventHeader.h" | ||
34 | #include "MitAna/DataTree/interface/GenericParticle.h" | ||
35 | #include "MitAna/DataTree/interface/GenJet.h" | ||
36 | #include "MitAna/DataTree/interface/Jet.h" | ||
37 | #include "MitAna/DataTree/interface/MCParticle.h" | ||
38 | #include "MitAna/DataTree/interface/Met.h" | ||
39 | #include "MitAna/DataTree/interface/Muon.h" | ||
40 | loizides | 1.50 | #include "MitAna/DataTree/interface/L1TriggerMask.h" |
41 | loizides | 1.49 | #include "MitAna/DataTree/interface/Particle.h" |
42 | #include "MitAna/DataTree/interface/PFCandidate.h" | ||
43 | #include "MitAna/DataTree/interface/PFJet.h" | ||
44 | #include "MitAna/DataTree/interface/PFMet.h" | ||
45 | #include "MitAna/DataTree/interface/PFTau.h" | ||
46 | #include "MitAna/DataTree/interface/Photon.h" | ||
47 | #include "MitAna/DataTree/interface/PixelHit.h" | ||
48 | #include "MitAna/DataTree/interface/StripHit.h" | ||
49 | #include "MitAna/DataTree/interface/StableData.h" | ||
50 | #include "MitAna/DataTree/interface/StableParticle.h" | ||
51 | #include "MitAna/DataTree/interface/SuperCluster.h" | ||
52 | #include "MitAna/DataTree/interface/Tau.h" | ||
53 | #include "MitAna/DataTree/interface/Track.h" | ||
54 | #include "MitAna/DataTree/interface/TriggerMask.h" | ||
55 | #include "MitAna/DataTree/interface/TriggerObject.h" | ||
56 | #include "MitAna/DataTree/interface/TriggerObjectBase.h" | ||
57 | #include "MitAna/DataTree/interface/TriggerObjectRel.h" | ||
58 | #include "MitAna/DataTree/interface/Vertex.h" | ||
59 | loizides | 1.7 | #endif |