Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

bash-2.05b$ source ~/GLAST/Pipeline/setupOracleRoot3.sh
bash-2.05b$ export TWO_TASK=SLACPROD
bash-2.05b$ root -l
root 0 .L ~/GLAST/Pipeline/pipelineDatasets/v0/rh9_gcc32/libpipelineDatasets.so
root 1 pipelineDatasets* p = new pipelineDatasets();
root 2 int sc = p->selectDatasets("allGamma-GR-HEAD1.403","merit");
root 3 TChain* c = p->makeChain("MeritTuple");

Pruning/concatenating Ntuple files

This macro applies a TCut and creates an ntuple-prune.root file. At the moment, the TCut is hardwired into the function. It is not in cvs yet.

root 4 .L ~richard/GLAST/Pipeline/PruneTuple.C
root 5 PruneTuple(c);