ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/PileupEnergyDensityColLinkDef.h
Revision: 1.1
Committed: Tue Mar 1 14:23:28 2011 UTC (14 years, 2 months ago) by mzanetti
Content type: text/plain
Branch: MAIN
Log Message:
class handling the fastjet computed pu energy density. First version

File Contents

# User Rev Content
1 mzanetti 1.1 // $Id: PileupEnergyDensityColLinkDef.h,v 1.1 2009/06/15 15:00:14 loizides Exp $
2    
3     #ifndef MITANA_DATATREE_PILEUPENERGYDENSITYCOLLINKDEF_H
4     #define MITANA_DATATREE_PILEUPENERGYDENSITYCOLLINKDEF_H
5    
6     #include "MitAna/DataCont/interface/Ref.h"
7     #include "MitAna/DataTree/interface/PileupEnergyDensityCol.h"
8     #endif
9    
10     #ifdef __CINT__
11     #pragma link off all globals;
12     #pragma link off all classes;
13     #pragma link off all functions;
14     #pragma link C++ nestedclass;
15     #pragma link C++ nestedtypedef;
16     #pragma link C++ namespace mithep;
17    
18     #pragma link C++ class mithep::PileupEnergyDensity+;
19     #pragma link C++ class mithep::Collection<mithep::PileupEnergyDensity>+;
20     #pragma link C++ class mithep::Array<mithep::PileupEnergyDensity>+;
21     #pragma link C++ class mithep::ObjArray<mithep::PileupEnergyDensity>+;
22     #pragma link C++ class mithep::Ref<mithep::PileupEnergyDensity>+;
23     #pragma link C++ typedef mithep::PileupEnergyDensityCol;
24     #pragma link C++ typedef mithep::PileupEnergyDensityArr;
25     #endif