#include <algorithm>
#include "TApplication.h"
#include "TCanvas.h"
#include "TError.h"
#include "TGButton.h"
#include "TGClient.h"
#include "TGFrame.h"
#include "TGLabel.h"
#include "TGProgressBar.h"
#include "TGTextEntry.h"
#include "TGNumberEntry.h"
#include "TSystem.h"
#include "TFile.h"
#include "TROOT.h"
#include "AtNuEvent/AtmosEvent.h"
#include "HistMan/HistMan.h"
#include "MessageService/MsgService.h"
#include "AtNuUtils/UtilFile.h"
#include "AtNuUtils/CamAna.h"
#include "AtNuUtils/PlotMan.h"
Go to the source code of this file.
Typedefs | |
typedef vector< string > | VS |
Functions | |
CVSID ("$Id: PlotMan.cxx,v 1.5 2010/07/27 02:29:40 rhatcher Exp $") | |
Variables | |
TChain * | fChain = new TChain("ntp") |
typedef vector<string> VS |
Definition at line 29 of file PlotMan.cxx.
CVSID | ( | "$Id: PlotMan. | cxx, | |
v 1.5 2010/07/27 02:29:40 rhatcher Exp $" | ||||
) |
TChain* fChain = new TChain("ntp") |
Definition at line 27 of file PlotMan.cxx.
Referenced by PlotMan::AddFileChecked(), PlotMan::BuildChain(), PlotMan::ChainReport(), PlotMan::JumpToEvent(), PlotMan::JumpToRun(), PlotMan::JumpToSnarl(), MeuAnalysis::MeuAnalysis(), PlotMan::PlotMan(), PlotMan::Reset(), PlotMan::SetBranchStatus(), PlotMan::SpinChain(), PlotMan::StepEvent(), and PlotMan::StepPassEvent().