CFEL - ASG Software Suite  2.5.0
CASS
Namespaces | Typedefs | Functions
roottree_converter.cpp File Reference

file contains definition of processor 2001 More...

#include <sstream>
#include <string>
#include <vector>
#include <stdexcept>
#include <iostream>
#include <TObject.h>
#include <TFile.h>
#include <TTree.h>
#include <TDirectory.h>
#include <TH1.h>
#include <TH2.h>
#include <QtCore/QDateTime>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include "roottree_converter.h"
#include "result.hpp"
#include "cass_settings.h"
#include "cass_event.h"
#include "convenience_functions.h"
#include "delayline_detector.h"
#include "tree_structure.h"
#include "machine_device.hpp"
#include "rootfile_helper.h"
#include "log.h"
#include "processor_manager.h"
+ Include dependency graph for roottree_converter.cpp:

Go to the source code of this file.

Namespaces

 cass
 

Typedefs

typedef HelperAcqirisDetectors::helperinstancesmap_t::key_type cass::detectorkey_t
 typedef for easier code More...
 
typedef list< detectorkey_tcass::dlddetectors_t
 typedef for easier code More...
 
typedef pair< DelaylineDetector::particles_t::key_type, HelperAcqirisDetectors::helperinstancesmap_t::key_type > cass::particleskey_t
 typedef for easier code More...
 
typedef list< particleskey_tcass::particleslist_t
 typedef for easier code More...
 

Functions

void cass::loadAllDets ()
 load the settings of all acqiris detectors defined in .ini file More...
 
bool cass::isDLD (const detectorkey_t &detkey)
 check whether the key points to a delayline detector More...
 
detectorkey_t cass::qstring2detector (const QString &qstr)
 convert a qstring to the key in the list of detectors More...
 
particleskey_t cass::qstring2particle (const QString &qstr)
 convert qstring to the particle key pair More...
 
void cass::copyMapValues (map< string, double >::const_iterator first, map< string, double >::const_iterator last, treehit_t &dest)
 copy map values to map More...
 

Detailed Description

file contains definition of processor 2001

Author
Lutz Foucar

Definition in file roottree_converter.cpp.