ATLAS Offline Software
|
#include "simpletimer.h"
#include <string>
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include "TH1F.h"
#include "TFile.h"
#include "TList.h"
#include "TKey.h"
#include "TPad.h"
#include "TStyle.h"
#include "TDirectory.h"
#include "TrigInDetAnalysis/TIDDirectory.h"
#include "utils.h"
#include "DrawLabel.h"
#include "label.h"
Go to the source code of this file.
Classes | |
class | inode |
class | TCck |
Functions | |
bool | contains (const std::string &s, const std::string ®ex) |
does a string contain the substring More... | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &s, const std::vector< T * > &t) |
void | binWidth (TH1 *h) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &s, const std::vector< T > &t) |
void | minlog (TH1 *h) |
double | hmax (TH1 *&h) |
std::ostream & | operator<< (std::ostream &s, const inode &t) |
bool | isvetoed (const std::string &s) |
std::vector< std::string > | split (std::string s, const std::string ®ex) |
void | scan (TDirectory *td=0, int depth=0) |
int | main (int argc, char **argv) |
Variables | |
int | ir = 0 |
bool | dirflag = true |
bool | dbg = true |
std::string | cwd |
bool | overlay = false |
bool | plot = false |
bool | logy = false |
bool | drawmean = true |
double | entries = 0 |
int | colours [4] = { kBlack, kRed, kBlue, kMagenta } |
int | styles [4] = { 1, 2, 3, 4 } |
int | istyle = 0 |
bool | drawn = false |
bool | binwidth = false |
double | xmin = 0 |
double | xmax = 0 |
double | ymin = 0 |
double | ymax = 0 |
std::vector< std::string > | directories |
std::vector< std::string > | patterns |
std::vector< std::string > | Patterns |
these patterns are ored More... | |
std::vector< std::string > | veto |
these patterns are anded More... | |
double | minmean = 0 |
these patterns are vetoed More... | |
double | maxmean = 1e10 |
int | maxdepth = 3 |
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file listroot.cxx.
void binWidth | ( | TH1 * | h | ) |
does a string contain the substring
does a string contain the substring
Definition at line 67 of file listroot.cxx.
double hmax | ( | TH1 *& | h | ) |
Definition at line 115 of file listroot.cxx.
bool isvetoed | ( | const std::string & | s | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
handle arguments
navigate files
Definition at line 456 of file listroot.cxx.
void minlog | ( | TH1 * | h | ) |
Definition at line 94 of file listroot.cxx.
std::ostream& operator<< | ( | std::ostream & | s, |
const std::vector< T * > & | t | ||
) |
std::ostream& operator<< | ( | std::ostream & | s, |
const std::vector< T > & | t | ||
) |
void scan | ( | TDirectory * | td = 0 , |
int | depth = 0 |
||
) |
Definition at line 440 of file listroot.cxx.
std::vector<std::string> split | ( | std::string | s, |
const std::string & | regex | ||
) |
Definition at line 416 of file listroot.cxx.
bool binwidth = false |
Definition at line 58 of file listroot.cxx.
int colours[4] = { kBlack, kRed, kBlue, kMagenta } |
Definition at line 51 of file listroot.cxx.
std::string cwd |
Definition at line 38 of file listroot.cxx.
bool dbg = true |
Definition at line 36 of file listroot.cxx.
std::vector<std::string> directories |
Definition at line 185 of file listroot.cxx.
bool dirflag = true |
Definition at line 35 of file listroot.cxx.
bool drawmean = true |
Definition at line 47 of file listroot.cxx.
bool drawn = false |
Definition at line 56 of file listroot.cxx.
double entries = 0 |
Definition at line 49 of file listroot.cxx.
int ir = 0 |
Definition at line 33 of file listroot.cxx.
int istyle = 0 |
Definition at line 54 of file listroot.cxx.
bool logy = false |
Definition at line 45 of file listroot.cxx.
int maxdepth = 3 |
Definition at line 202 of file listroot.cxx.
double maxmean = 1e10 |
Definition at line 194 of file listroot.cxx.
double minmean = 0 |
these patterns are vetoed
Definition at line 193 of file listroot.cxx.
bool overlay = false |
Definition at line 42 of file listroot.cxx.
std::vector<std::string> patterns |
Definition at line 187 of file listroot.cxx.
std::vector<std::string> Patterns |
these patterns are ored
Definition at line 189 of file listroot.cxx.
bool plot = false |
Definition at line 44 of file listroot.cxx.
int styles[4] = { 1, 2, 3, 4 } |
Definition at line 52 of file listroot.cxx.
std::vector<std::string> veto |
these patterns are anded
Definition at line 191 of file listroot.cxx.
double xmax = 0 |
Definition at line 61 of file listroot.cxx.
double xmin = 0 |
Definition at line 60 of file listroot.cxx.
double ymax = 0 |
Definition at line 64 of file listroot.cxx.
double ymin = 0 |
Definition at line 63 of file listroot.cxx.