Hammer  1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HammerRoot.fhh
Go to the documentation of this file.
1 ///
2 /// @file HammerRoot.fhh
3 /// @brief ROOT forward declarations
4 ///
5 
6 //**** This file is a part of the HAMMER library
7 //**** Copyright (C) 2016 - 2020 The HAMMER Collaboration
8 //**** HAMMER is licensed under version 3 of the GPL; see COPYING for details
9 //**** Please note the MCnet academic guidelines; see GUIDELINES for details
10 
11 // -*- C++ -*-
12 #ifndef HAMMER_HammerRoot_FHH
13 #define HAMMER_HammerRoot_FHH
14 
16 
17 #ifdef HAVE_ROOT
18 
19 class TH1D;
20 class TH2D;
21 class TH3D;
22 class TLorentzVector;
23 
24 #endif
25 
26 #endif
Hammer configuration definitions.