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

file contains definition of processor 2000 More...

#include <sstream>
#include <string>
#include <vector>
#include <stdexcept>
#include <iostream>
#include <TObject.h>
#include <TFile.h>
#include <TDirectory.h>
#include <TH1.h>
#include <TH2.h>
#include <QtCore/QDateTime>
#include "root_converter.h"
#include "result.hpp"
#include "cass_settings.h"
#include "cass_event.h"
#include "rootfile_helper.h"
#include "log.h"
+ Include dependency graph for root_converter.cpp:

Go to the source code of this file.

Namespaces

 cass
 
 cass::ROOT
 namespace for ROOT related functions
 

Functions

string cass::ROOT::eventIdToDirectoryName (uint64_t eventid)
 function to create a human readable directory name from the eventid More...
 
void cass::ROOT::changeDir (TFile *file, const string &dirname)
 create a directory if it does not exist and cd into it More...
 
void cass::ROOT::copyHistToRootFile (const Processor::result_t &casshist, const string &valname)
 function that will copy a histogram to file More...
 

Detailed Description

file contains definition of processor 2000

Author
Lutz Foucar

Definition in file root_converter.cpp.