#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <vector>
#include <string>
#include <stdint.h>
#include <map>
#include "TSystem.h"
#include "TRegexp.h"
#include "TList.h"
#include "TSystemDirectory.h"
#include "TNamed.h"
#include "TCanvas.h"
#include "TDirectory.h"
#include "TString.h"
#include "TSocket.h"
#include "TGFileDialog.h"
#include "TROOT.h"
#include "TFolder.h"
#include "TBrowser.h"
#include "TTask.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "SpecViewer.h"
#include "BaselineWatcher.h"
#include "RawAmpWatcher.h"
#include "SignalWatcher.h"
#include "SpectraViewerWatcher.h"
Go to the source code of this file.
Functions | |
TList * | BuildHistograms (TString DataPath, TList *ListOfFiles, std::map< TString, double > GainMap) |
******************************************************************************************/// More... | |
void | BuildTasks (TList *ListOfHists, TString RunNbr, std::map< TString, double > GainMap) |
******************************************************************************************/// More... | |
TString | GetFileName (TString DefaultDir, TString FileExt) |
******************************************************************************************/// More... | |
TList * | GetListFromIncExcl (TList *ListOfFiles, TString Incl, TString Excl) |
******************************************************************************************/// More... | |
void | Import (TString Incl, TString Excl, TString DefaultPath) |
*/ More... | |
void | ImportFile (TString DefaultPath, Double_t DefGain) |
******************************************************************************************/// More... | |
bool | next_pos (std::vector< int > &ptr, std::vector< int > &max) |
******************************************************************************************/// More... | |
TList * | ReadFile (TString FilePath, DinoFileInfo info, TString CrystalName, std::map< TString, double > GainMap) |
******************************************************************************************/// More... | |
std::map< TString, double > | ReadGain (TString gen_conf_Path) |
******************************************************************************************/// More... | |