ATLAS Offline Software
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 
15 class TH1TrkProp {
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 
26  ~TH1TrkProp();
27 
28 
29  private:
30 
31  void setStyle(bool fitGauss);
32 
33 };
vtune_athena.format
format
Definition: vtune_athena.py:14
TH1TrkProp::setStyle
void setStyle(bool fitGauss)
Definition: TH1TrkProp.cxx:120
TH1TrkProp::TH1TrkProp
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)
Definition: TH1TrkProp.cxx:25
logy
bool logy
Definition: listroot.cxx:45
TH1TrkProp
Definition: TH1TrkProp.h:15
covarianceTool.title
title
Definition: covarianceTool.py:542
BindingsTest.cut
cut
This script demonstrates how to call a C++ class from Python Also how to use PyROOT is shown.
Definition: BindingsTest.py:13
makeComparison.rootFile
rootFile
Definition: makeComparison.py:27
beamspotman.dir
string dir
Definition: beamspotman.py:623
TH1TrkProp::~TH1TrkProp
~TH1TrkProp()
Definition: TH1TrkProp.cxx:110