[Clas_offline] how to write some particular banks out"
Zhiwen Zhao
zwzhao at jlab.org
Tue Feb 9 16:34:35 EST 2010
Could it be called "makeBank"?
Anyway, the "dropAllBanks(&bcs_, locBOSBankListChar)" worked perfectly.
Thanks a lot, guys.
Zhiwen
On 2/8/2010 9:04 PM, boiarino at jlab.org wrote:
> It is also possible to drop all banks and then add only desired ones. On
> low level it is done
> by clearing 'E' list and filling it with new banks before writing. Do not
> know C++ interface ...
> Sergey
>
>> 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
>>
>> _______________________________________________
>> 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