[Clas_offline] how to write some particular banks out"

boiarino at jlab.org boiarino at jlab.org
Mon Feb 8 21:04:58 EST 2010


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