[Clas_offline] how to write some particular banks out"
Paul Mattione
pmatt at jlab.org
Mon Feb 8 18:15:21 EST 2010
You can drop banks from an event before you save it. Just name the
banks you no longer want:
string locBOSBankDropListString = "EVNTPARTSCPB";
And call something similar to:
void Drop_dbBOSBanks(const string locBOSBankListString){
char locBOSBankListChar[1000];
sprintf(locBOSBankListChar,"%s", locBOSBankListString.c_str());
dropAllBanks(&bcs_, locBOSBankListChar);
}
- Paul
On Feb 8, 2010, at 6:06 PM, Zhiwen Zhao wrote:
Dear Offliner
Is there any way to write out some particular banks of a event out
instead of
the whole event at once?
Thanks in advance
Zhiwen Zhao
_______________________________________________
Clas_offline mailing list
Clas_offline at jlab.org
https://mailman.jlab.org/mailman/listinfo/clas_offline
More information about the Clas_offline
mailing list