Versions Compared

Key

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

...

No Format
cmt co -r JetTrackVertexAnalysis-00-0002-1807 -o groups/slac JetTrackVertexAnalysis

...

Check out and compile nTupleMaker from CVS using CMT

The checking of what tag to be used is not working, still investigating why.

What version of AnalysisExamples to use?

If your environment is setup for a particular release (like if you followed all above steps), use this command to see the tag for the release.

No Format

[phansson@lxplus253]~/work/jetmetbtag/mytest% cmt show versions JetTrackVertexAnalysis

To get the tags for all releases use:

...

...


[phansson@lxplus253]~/work/jetmetbtag/mytest% get_tag groups/slac/JetTrackVertexAnalysis

In this example the tag used is JetTrackVertexAnalysis-00-02-04.

...

No Format
[phansson@lxplus253]~/work/jetmetbtag/mytest% cd 14.2.25

[phansson@lxplus253]~/work/jetmetbtag/mytest/14.2.25% cmt co -r JetTrackVertexAnalysis-00-02-0407 -o groups/slac JetTrackVertexAnalysis
# ================= working on package JetTrackVertexAnalysis version JetTrackVertexAnalysis-00-02-0407 in /afs/cern.ch/user/p/
phansson/work/jetmetbtag/mytest/14.2.25/JetTrackVertexAnalysis
  # get top files
cvs update: Updating .
Creating setup scripts.
Creating cleanup scripts.
Installing the run directory

...

A good cross-check before executing the pathena script is to run the common nTupleMaker on one of the files in (at least) one of the datasets locally and make sure everything behaves as expected. It is also possible to run over only a few files with panda as a test before sending large jobs, this is possible by specifying in the option option

No Format
--libDs LAST

After editing the submission script with the dataset of your choice and (possibly) changing options, execute the script.

...