1 |
mzanetti |
1.1 |
// $Id: PileupInfoColLinkDef.h,v 1.1 2009/06/15 15:00:15 loizides Exp $
|
2 |
|
|
|
3 |
|
|
#ifndef MITANA_DATATREE_PILEUPINFOCOLLINKDEF_H
|
4 |
|
|
#define MITANA_DATATREE_PILEUPINFOCOLLINKDEF_H
|
5 |
|
|
|
6 |
|
|
#include "MitAna/DataCont/interface/Ref.h"
|
7 |
|
|
#include "MitAna/DataTree/interface/PileupInfoCol.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::PileupInfo+;
|
19 |
|
|
#pragma link C++ class mithep::Collection<mithep::PileupInfo>+;
|
20 |
|
|
#pragma link C++ class mithep::Array<mithep::PileupInfo>+;
|
21 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::PileupInfo>+;
|
22 |
|
|
#pragma link C++ class mithep::Ref<mithep::PileupInfo>+;
|
23 |
|
|
#pragma link C++ typedef mithep::PileupInfoCol;
|
24 |
|
|
#pragma link C++ typedef mithep::PileupInfoArr;
|
25 |
|
|
#pragma link C++ typedef mithep::PileupInfoOArr;
|
26 |
|
|
#endif
|