#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.4 2009/02/28 21:46:10 gmieg Exp $") | |
Variables | |
| TChain * | fChain = new TChain("ntp") |
|
|
Definition at line 29 of file PlotMan.cxx. Referenced by NueDisplayModule::BuildDisplay(), EVD::DrawVS(), and NueDisplayModule::UpdateDisplay(). |
|
||||||||||||
|
|
|
1.3.9.1