Fork me on GitHub

source: svn/trunk/Utilities/ExRootAnalysis/src/BlockClassesLinkDef.h@ 270

Last change on this file since 270 was 270, checked in by severine ovyn, 15 years ago

remove double GEN pfff

File size: 3.1 KB
Line 
1/***********************************************************************
2** **
3** /----------------------------------------------\ **
4** | Delphes, a framework for the fast simulation | **
5** | of a generic collider experiment | **
6** \----------------------------------------------/ **
7** **
8** **
9** This package uses: **
10** ------------------ **
11** FastJet algorithm: Phys. Lett. B641 (2006) [hep-ph/0512210] **
12** Hector: JINST 2:P09005 (2007) [physics.acc-ph:0707.1198v2] **
13** FROG: [hep-ex/0901.2718v1] **
14** **
15** ------------------------------------------------------------------ **
16** **
17** Main authors: **
18** ------------- **
19** **
20** Severine Ovyn Xavier Rouby **
21** severine.ovyn@uclouvain.be xavier.rouby@cern **
22** **
23** Center for Particle Physics and Phenomenology (CP3) **
24** Universite catholique de Louvain (UCL) **
25** Louvain-la-Neuve, Belgium **
26** **
27** Copyright (C) 2008-2009, **
28** All rights reserved. **
29** **
30***********************************************************************/
31
32#include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
33#include "interface/D_Constants.h"
34
35#ifdef __CINT__
36
37#pragma link off all globals;
38#pragma link off all classes;
39#pragma link off all functions;
40
41#pragma link C++ class TSortableObject;
42#pragma link C++ class TRootSelectorInfo;
43#pragma link C++ class TRootGenParticle;
44#pragma link C++ class GenParticle;
45#pragma link C++ class TRootElectron;
46#pragma link C++ class TRootMuon;
47#pragma link C++ class TRootPhoton;
48#pragma link C++ class TRootTauJet;
49#pragma link C++ class TRootJet;
50#pragma link C++ class TRootTracks;
51#pragma link C++ class TRootETmis;
52#pragma link C++ class TRootCalo;
53#pragma link C++ class TRootGenEvent;
54#pragma link C++ class TRootZdcHits;
55#pragma link C++ class TRootRomanPotHits;
56#pragma link C++ class TRootTrigger;
57
58#pragma link C++ class TRootParticle;
59#pragma link C++ class TRootLHEFEvent+;
60#pragma link C++ class TRootLHEFParticle+;
61
62#endif
Note: See TracBrowser for help on using the repository browser.