ATLAS Offline Software
Loading...
Searching...
No Matches
TH1TrkProp.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// $:$Id: TH1TrkProp.h, v 1.0 04/17/2006 12:07:07
5// Author: Miguel Angel Olivo Gomez 04/17/06
6
7/*************************************************************************
8 * *
9 * All rights reserved. *
10 * *
11 *************************************************************************/
12
13
14
16
17 public:
18
19 TH1TrkProp(const char* format, const char* rootFile, const char* dir, const char* ntuple,
20 const char* xvariable, const char* xvariableName,
21 const char* xunit, const char* cut, const char* cutName,
22 const char* title, int nbinsx, double xlow, double xup,
23 bool logy, bool fitGaus
24 );
25
27
28
29 private:
30
31 void setStyle(bool fitGauss);
32
33};
void setStyle(bool fitGauss)
TH1TrkProp(const char *format, const char *rootFile, const char *dir, const char *ntuple, const char *xvariable, const char *xvariableName, const char *xunit, const char *cut, const char *cutName, const char *title, int nbinsx, double xlow, double xup, bool logy, bool fitGaus)
bool logy
Definition listroot.cxx:45