Fork me on GitHub

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

Last change on this file since 409 was 409, checked in by Xavier Rouby, 15 years ago

new class TRootGenFwdParticle; modifs in ZDC and RomanPot classes. New leaves in the branches

File size: 3.2 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 TRootGenFwdParticle;
45#pragma link C++ class TRootC::GenParticle;
46#pragma link C++ class TRootElectron;
47#pragma link C++ class TRootMuon;
48#pragma link C++ class TRootPhoton;
49#pragma link C++ class TRootTauJet;
50#pragma link C++ class TRootJet;
51#pragma link C++ class TRootTracks;
52#pragma link C++ class TRootETmis;
53#pragma link C++ class TRootCalo;
54#pragma link C++ class TRootGenEvent;
55#pragma link C++ class TRootZdcHits;
56#pragma link C++ class TRootRomanPotHits;
57#pragma link C++ class TRootForwardTaggerHits;
58#pragma link C++ class TRootTrigger;
59
60#pragma link C++ class TRootParticle;
61#pragma link C++ class TRootLHEFEvent+;
62#pragma link C++ class TRootLHEFParticle+;
63
64#endif
Note: See TracBrowser for help on using the repository browser.