ATLAS Offline Software
LWHistVal.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LWHISTVAL_H
6 #define LWHISTVAL_H
7 
8 class LWHistVal {
9  //Trick to avoid exposing methods we don't really want to support in
10  //the public interface:
11  public:
12  template<class THnX_LW> static void clearKeptROOTHist(THnX_LW*h) { h->clearKeptROOTHist(); }
13 };
14 
15 #endif
LWHistVal
Definition: LWHistVal.h:8
h
LWHistVal::clearKeptROOTHist
static void clearKeptROOTHist(THnX_LW *h)
Definition: LWHistVal.h:12