ATLAS Offline Software
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 
15 class TH2TrkProp {
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 
29  ~TH2TrkProp();
30 
31 
32  private:
33 
34  void setStyle();
35 
36 };
vtune_athena.format
format
Definition: vtune_athena.py:14
TH2TrkProp::TH2TrkProp
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)
Definition: TH2TrkProp.cxx:26
TH2TrkProp::~TH2TrkProp
~TH2TrkProp()
Definition: TH2TrkProp.cxx:116
logy
bool logy
Definition: listroot.cxx:45
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
TH2TrkProp::setStyle
void setStyle()
Definition: TH2TrkProp.cxx:126
TH2TrkProp
Definition: TH2TrkProp.h:15