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.hh
Go to the documentation of this file.
1 ///
2 /// @file HammerRoot.hh
3 /// @brief ROOT includes
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_HH
13 #define HAMMER_HammerRoot_HH
14 
16 
17 #ifdef HAVE_ROOT
18 
20 #include INCLRCONFIG
21 
22 
23 #include "TH1D.h"
24 #include "TH2D.h"
25 #include "TH3D.h"
26 #include "TLorentzVector.h"
27 
28 #endif
29 
30 #endif
Hammer configuration definitions.
ROOT forward declarations.