#include <RootChamberWriter.h>
Public Member Functions | |
RootChamberWriter () | |
default ctor, for STL More... | |
RootChamberWriter (const std::string &treeName) | |
TTree * | tree () |
void | write (const edm::PSimHitContainer &hits) |
~RootChamberWriter () | |
writes the tree, and deletes everything More... | |
Private Attributes | |
TClonesArray * | theHits |
TTree * | theTree |
Definition at line 8 of file RootChamberWriter.h.
|
inline |
default ctor, for STL
Definition at line 12 of file RootChamberWriter.h.
References hfClusterShapes_cfi::hits, AlCaHLTBitMon_QueryRunRegistry::string, write(), and ~RootChamberWriter().
RootChamberWriter::RootChamberWriter | ( | const std::string & | treeName | ) |
Definition at line 8 of file RootChamberWriter.cc.
RootChamberWriter::~RootChamberWriter | ( | ) |
writes the tree, and deletes everything
Definition at line 16 of file RootChamberWriter.cc.
Referenced by RootChamberWriter().
|
inline |
Definition at line 20 of file RootChamberWriter.h.
References theTree.
Referenced by ZJetsTreeAnalyzer.ZJetsTreeAnalyzer::beginLoop(), MetTreeProducer.MetTreeProducer::declareVariables(), core.AutoFillTreeProducer.AutoFillTreeProducer::declareVariables(), core.AutoFillTreeProducer.AutoFillTreeProducer::fillTree(), ZJetsTreeAnalyzer.ZJetsTreeAnalyzer::process(), and MetTreeProducer.MetTreeProducer::process().
void RootChamberWriter::write | ( | const edm::PSimHitContainer & | hits | ) |
Definition at line 25 of file RootChamberWriter.cc.
References gather_cfg::cout, and mps_fire::i.
Referenced by RootChamberWriter().
|
private |
Definition at line 24 of file RootChamberWriter.h.
|
private |
Definition at line 23 of file RootChamberWriter.h.
Referenced by tree().