1 |
//--------------------------------------------------------------------------------------------------
|
2 |
// $Id: Collections.h,v 1.47 2009/06/15 15:00:11 loizides Exp $
|
3 |
//
|
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 |
|
11 |
#ifndef MITANA_DATATREE_COLLECTIONS_H
|
12 |
#define MITANA_DATATREE_COLLECTIONS_H
|
13 |
|
14 |
#warning " --> This header file is deprecated. Please consider using CollectionsFwd.h instead <--"
|
15 |
|
16 |
#include "MitAna/DataTree/interface/BaseVertexCol.h"
|
17 |
#include "MitAna/DataTree/interface/BasicClusterCol.h"
|
18 |
#include "MitAna/DataTree/interface/BeamSpotCol.h"
|
19 |
#include "MitAna/DataTree/interface/CaloJetCol.h"
|
20 |
#include "MitAna/DataTree/interface/CaloMetCol.h"
|
21 |
#include "MitAna/DataTree/interface/CaloTauCol.h"
|
22 |
#include "MitAna/DataTree/interface/CaloTowerCol.h"
|
23 |
#include "MitAna/DataTree/interface/ChargedParticleCol.h"
|
24 |
#include "MitAna/DataTree/interface/CompositeParticleCol.h"
|
25 |
#include "MitAna/DataTree/interface/CompoundParticleCol.h"
|
26 |
#include "MitAna/DataTree/interface/ConversionCol.h"
|
27 |
#include "MitAna/DataTree/interface/DataBaseCol.h"
|
28 |
#include "MitAna/DataTree/interface/DataObjectCol.h"
|
29 |
#include "MitAna/DataTree/interface/DaughterDataCol.h"
|
30 |
#include "MitAna/DataTree/interface/DecayDataCol.h"
|
31 |
#include "MitAna/DataTree/interface/DecayParticleCol.h"
|
32 |
#include "MitAna/DataTree/interface/ElectronCol.h"
|
33 |
#include "MitAna/DataTree/interface/EventHeaderCol.h"
|
34 |
#include "MitAna/DataTree/interface/GenericParticleCol.h"
|
35 |
#include "MitAna/DataTree/interface/GenJetCol.h"
|
36 |
#include "MitAna/DataTree/interface/JetCol.h"
|
37 |
#include "MitAna/DataTree/interface/MCParticleCol.h"
|
38 |
#include "MitAna/DataTree/interface/MetCol.h"
|
39 |
#include "MitAna/DataTree/interface/MuonCol.h"
|
40 |
#include "MitAna/DataTree/interface/ParticleCol.h"
|
41 |
#include "MitAna/DataTree/interface/PFCandidateCol.h"
|
42 |
#include "MitAna/DataTree/interface/PFJetCol.h"
|
43 |
#include "MitAna/DataTree/interface/PFMetCol.h"
|
44 |
#include "MitAna/DataTree/interface/PFTauCol.h"
|
45 |
#include "MitAna/DataTree/interface/PhotonCol.h"
|
46 |
#include "MitAna/DataTree/interface/StableDataCol.h"
|
47 |
#include "MitAna/DataTree/interface/StableParticleCol.h"
|
48 |
#include "MitAna/DataTree/interface/SuperClusterCol.h"
|
49 |
#include "MitAna/DataTree/interface/TauCol.h"
|
50 |
#include "MitAna/DataTree/interface/TrackCol.h"
|
51 |
#include "MitAna/DataTree/interface/TriggerMaskCol.h"
|
52 |
#include "MitAna/DataTree/interface/TriggerObjectCol.h"
|
53 |
#include "MitAna/DataTree/interface/TriggerObjectBaseCol.h"
|
54 |
#include "MitAna/DataTree/interface/TriggerObjectRelCol.h"
|
55 |
#include "MitAna/DataTree/interface/VertexCol.h"
|
56 |
#endif
|