ATLAS Offline Software
|
#include <stdlib.h>
#include <iostream>
#include "TChain.h"
#include "TFile.h"
#include "TTree.h"
#include "TrigInDetAnalysis/TIDAEvent.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
int | usage (std::ostream &s, int argc, char **argv) |
int | main (int argc, char **argv) |
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Definition in file reader.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
TChain* data = new TChain("tree"); opening each with a TTree is faster than a chain
Definition at line 43 of file reader.cxx.
int usage | ( | std::ostream & | s, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 25 of file reader.cxx.