![]() |
ATLAS Offline Software
|
#include <iostream>#include <string>#include "TFile.h"#include "TDirectory.h"#include "TList.h"#include "TKey.h"#include "TH1D.h"Go to the source code of this file.
Functions | |
| void | descend (TDirectory *d, int level, int maxdepth, const std::vector< std::string > &labels) |
| int | usage (std::ostream &s, int argc, char **argv) |
| int | main (int argc, char **argv) |
| double | hsum (TH1 *h) |
| sum the bin contents including the over and underflow bins | |
Variables | |
| bool | verbose = false |
| very lazy! | |
| bool | always_descend = false |
| std::string | histogram = "" |
| bool | fast = false |
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
Definition in file chains.cxx.
| void descend | ( | TDirectory * | d, |
| int | level, | ||
| int | maxdepth, | ||
| const std::vector< std::string > & | labels ) |
Definition at line 107 of file chains.cxx.
| double hsum | ( | TH1 * | h | ) |
sum the bin contents including the over and underflow bins
Definition at line 101 of file chains.cxx.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 55 of file chains.cxx.
| int usage | ( | std::ostream & | s, |
| int | argc, | ||
| char ** | argv ) |
should never be the case
Definition at line 29 of file chains.cxx.
| bool always_descend = false |
Definition at line 51 of file chains.cxx.
| bool fast = false |
Definition at line 53 of file chains.cxx.
| std::string histogram = "" |
Definition at line 52 of file chains.cxx.
| bool verbose = false |
very lazy!
!! should not use unnessecary global variables !!!!
Definition at line 50 of file chains.cxx.