[Brahms-dev-l] Making ltr files

From: Bekele, Selemon <bekeleku@ku.edu>
Date: Tue Nov 01 2005 - 16:51:56 EST
Hi brahms,

   hope you are all doing fine. I am looking into making new
ltr files for CuCu 200 GeV. Since I have not done this before,
I wanted to know if I have to modify some things. 

1) Does anyone need the CuCu ltr files that are on disk?
 I want to remove them before submitting new ltr jobs.

2) In localTracking.C, I see the lines 

================
 // T3
  BrDcRdoModule* t3Rdo = new BrDcRdoModule("T3", "T3");
....
 // T5
  BrDcRdoModule* t5Rdo = new BrDcRdoModule("T5", "T5");
.....
===============

 Question:    How about T4? is T4 not needed?

 How about the commented lines below? should I leave them
commented?

================== 
  // Module: BrCopyModule
  BrCopyModule* copyModule =
    new BrCopyModule("copy","copy");
  mainModule->AddModule(copyModule);

  copyModule->AddObject("Global");
  copyModule->AddObject("TriggerScalers");
  copyModule->AddObject("DigTof TOFW");
  copyModule->AddObject("DigTof TRMRS");
   ...
  copyModule->AddObject("DigC1");
  // copyModule->AddObject("DigDC T3");
  // copyModule->AddObject("DigDC T4");
  // copyModule->AddObject("DigDC T5");
   ...
===================

Selemon
_______________________________________________
Brahms-dev-l mailing list
Brahms-dev-l@lists.bnl.gov
http://lists.bnl.gov/mailman/listinfo/brahms-dev-l
Received on Tue Nov 1 16:52:11 2005

This archive was generated by hypermail 2.1.8 : Tue Nov 01 2005 - 16:52:23 EST