hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
|
#include <iostream>
#include <fstream>
#include <string>
#include <cstdlib>
#include <TTree.h>
#include <TFile.h>
#include <TBranch.h>
#include <functional>
Go to the source code of this file.
Classes | |
class | MutableTTree |
Reads flat TTree and allows user to create new variables in the TTree. More... | |