Fork me on GitHub

source: svn/trunk/src/TreeClasses.cc@ 343

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

first test 2.0

File size: 2.4 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
33#include "TreeClasses.h"
34
35TCompare *RESOLJET::fgCompare =0;
36TCompare *RESOLELEC::fgCompare =0;
37TCompare *RESOLMUON::fgCompare =0;
38TCompare *TAUHAD::fgCompare =0;
39TCompare *ETMIS::fgCompare=0;
40
Note: See TracBrowser for help on using the repository browser.