1 |
bendavid |
1.2 |
// $Id: MuonColLinkDef.h,v 1.1 2009/06/15 15:00:15 loizides Exp $
|
2 |
loizides |
1.1 |
|
3 |
|
|
#ifndef MITANA_DATATREE_MUONCOLLINKDEF_H
|
4 |
|
|
#define MITANA_DATATREE_MUONCOLLINKDEF_H
|
5 |
|
|
|
6 |
|
|
#include "MitAna/DataCont/interface/Ref.h"
|
7 |
|
|
#include "MitAna/DataTree/interface/MuonCol.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 |
bendavid |
1.2 |
#pragma read \
|
19 |
|
|
sourceClass="mithep::Muon" \
|
20 |
|
|
version="[-1]" \
|
21 |
|
|
source="dummysource" \
|
22 |
|
|
targetClass="mithep::Muon" \
|
23 |
|
|
target="fCharge" \
|
24 |
|
|
code="{ fCharge = -99; }" \
|
25 |
|
|
|
26 |
|
|
|
27 |
loizides |
1.1 |
#pragma link C++ class mithep::Muon+;
|
28 |
|
|
#pragma link C++ enum mithep::Muon::EClassType;
|
29 |
|
|
#pragma link C++ class mithep::Collection<mithep::Muon>+;
|
30 |
|
|
#pragma link C++ class mithep::Array<mithep::Muon>+;
|
31 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::Muon>+;
|
32 |
|
|
#pragma link C++ class mithep::Ref<mithep::Muon>+;
|
33 |
|
|
#pragma link C++ typedef mithep::MuonCol;
|
34 |
|
|
#pragma link C++ typedef mithep::MuonArr;
|
35 |
|
|
#pragma link C++ typedef mithep::MuonOArr;
|
36 |
|
|
#endif
|