Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Cedar_phy/restructure-chris/headers/io/set_ntpst_output_bntpsa.h

Go to the documentation of this file.
00001 void set_ntpst_output_bntpsa(JobCModule &jcm, TString file, bool with)
00002 {
00003   jcm.Cmd("DefineStream NtpSt NtpStRecord");
00004   if(with){
00005     jcm.Cmd("DefineStream NtpBDLite NtpBDLiteRecord");
00006     jcm.Cmd("DefineStream NtpFitSA NtpFitSARecord");
00007     jcm.Set("Streams=NtpBDLite,NtpSt,NtpFitSA");
00008   }
00009   else{
00010     jcm.Set("Streams=NtpSt,NtpFitSA");
00011   }
00012 
00013   jcm.Set("FileName="+file);
00014 }

Generated on Mon Feb 15 11:07:34 2010 for loon by  doxygen 1.3.9.1