|
void | copy (std::ostream &destForData, std::ostream &destForStreamerInfo) |
|
void | ForceWriteInfo (TVirtualStreamerInfo *sinfo, Bool_t) |
|
void | read (void *destinationInstance, const TClass *ptrClass) |
|
| RootStreamBuffer () |
|
| RootStreamBuffer (const std::string &dataSource, const std::string &streamerInfoSource) |
|
void | TagStreamerInfo (TVirtualStreamerInfo *sinfo) |
|
void | write (const void *obj, const TClass *ptrClass) |
|
Definition at line 36 of file Serialization.cc.
RootStreamBuffer::RootStreamBuffer |
( |
| ) |
|
|
inline |
Definition at line 38 of file Serialization.cc.
39 TBufferFile( TBufferFile::kWrite ),
TBufferFile m_streamerInfoBuff
RootStreamBuffer::RootStreamBuffer |
( |
const std::string & |
dataSource, |
|
|
const std::string & |
streamerInfoSource |
|
) |
| |
|
inline |
Definition at line 43 of file Serialization.cc.
44 TBufferFile( TBufferFile::kRead, dataSource.size(),
const_cast<char*
>( dataSource.c_str()), kFALSE ),
45 m_streamerInfoBuff( TBufferFile::kRead, streamerInfoSource.size(),
const_cast<char*
>( streamerInfoSource.c_str()), kFALSE ){
TBufferFile m_streamerInfoBuff
void RootStreamBuffer::copy |
( |
std::ostream & |
destForData, |
|
|
std::ostream & |
destForStreamerInfo |
|
) |
| |
|
inline |
void RootStreamBuffer::ForceWriteInfo |
( |
TVirtualStreamerInfo * |
sinfo, |
|
|
Bool_t |
|
|
) |
| |
|
inline |
void RootStreamBuffer::read |
( |
void * |
destinationInstance, |
|
|
const TClass * |
ptrClass |
|
) |
| |
|
inline |
Definition at line 67 of file Serialization.cc.
References info(), list(), m_streamerInfoBuff, and GetRecoTauVFromDQM_MC_cff::next.
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
75 TObjLink *lnk = list->FirstLink();
78 info = (TStreamerInfo*)lnk->GetObject();
79 TObject *element = info->GetElements()->UncheckedAt(0);
80 Bool_t isstl = element && strcmp(
"This",element->GetName())==0;
87 lnk = list->FirstLink();
89 info = (TStreamerInfo*)lnk->GetObject();
90 TObject *element = info->GetElements()->UncheckedAt(0);
91 Bool_t isstl = element && strcmp(
"This",element->GetName())==0;
99 StreamObject(destinationInstance, ptrClass);
100 if( list )
delete list;
TBufferFile m_streamerInfoBuff
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run
void RootStreamBuffer::TagStreamerInfo |
( |
TVirtualStreamerInfo * |
sinfo | ) |
|
|
inline |
void RootStreamBuffer::write |
( |
const void * |
obj, |
|
|
const TClass * |
ptrClass |
|
) |
| |
|
inline |
TList RootStreamBuffer::m_streamerInfo |
|
private |
TBufferFile RootStreamBuffer::m_streamerInfoBuff |
|
private |