#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 11 of file RootChamberWriter.h.
RootChamberWriter::RootChamberWriter | ( | const std::string & | treeName | ) |
RootChamberWriter::~RootChamberWriter | ( | ) |
writes the tree, and deletes everything
Definition at line 13 of file RootChamberWriter.cc.
|
inline |
Definition at line 19 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 20 of file RootChamberWriter.cc.
References gather_cfg::cout, hfClusterShapes_cfi::hits, mps_fire::i, and bscTrigger_cfi::theHits.
|
private |
Definition at line 23 of file RootChamberWriter.h.
|
private |
Definition at line 22 of file RootChamberWriter.h.
Referenced by tree().