ATLAS Offline Software
Loading...
Searching...
No Matches
TH2TrkProp.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: TH2TrkProp.h, v 1.0 04/17/2006 17: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 TH2TrkProp(const char* format, const char* rootFile, const char* dir, const char* ntuple,
20 const char* xvariable, const char* xvariableName, const char* xunit,
21 const char* yvariable, const char* yvariableName, const char* yunit,
22 const char* cut, const char* cutName, const char* title,
23 int nbinsx, double xlow, double xup,
24 int nbinsy, double ylow, double yup,
25 bool logx, bool logy
26 );
27
28
30
31
32 private:
33
34 void setStyle();
35
36};
TH2TrkProp(const char *format, const char *rootFile, const char *dir, const char *ntuple, const char *xvariable, const char *xvariableName, const char *xunit, const char *yvariable, const char *yvariableName, const char *yunit, const char *cut, const char *cutName, const char *title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup, bool logx, bool logy)
void setStyle()
bool logy
Definition listroot.cxx:45