#include <RawDataCollectorByLabel.h>
Definition at line 15 of file RawDataCollectorByLabel.h.
RawDataCollectorByLabel::~RawDataCollectorByLabel |
( |
| ) |
|
|
override |
Get Data from all FEDs
Definition at line 40 of file RawDataCollectorByLabel.cc.
References gather_cfg::cout, FEDRawData::data(), data, FEDRawDataCollection::FEDData(), edm::Event::getByToken(), mps_fire::i, input, gen::k, FEDNumbering::MAXFEDID, eostools::move(), edm::Event::put(), FEDRawData::resize(), FEDRawData::size(), and findQualityFiles::size.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
43 std::vector< Handle<FEDRawDataCollection> > rawData;
48 rawData.push_back(input);
53 auto producedData = std::make_unique<FEDRawDataCollection>();
55 for (
unsigned int i=0;
i< rawData.size(); ++
i ) {
60 std::cout <<
"\nRAW collection #" <<
i+1 << std::endl;
61 std::cout <<
"branch name = " << rawData[
i].provenance()->branchName() << std::endl;
62 std::cout <<
"process index = " << rawData[
i].provenance()->productID().processIndex() << std::endl;
72 FEDRawData & fedDataProd = producedData->FEDData(j);
73 if ( fedDataProd.
size() != 0 ) {
75 std::cout <<
" More than one FEDRawDataCollection with data in FED ";
81 unsigned char *dataProd=fedDataProd.
data();
82 const unsigned char *
data=fedData.
data();
83 for (
unsigned int k=0;
k<
size; ++
k ) {
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
std::vector< edm::EDGetTokenT< FEDRawDataCollection > >::const_iterator tok_iterator_t
bool getByToken(EDGetToken token, Handle< PROD > &result) const
size_t size() const
Lenght of the data buffer in bytes.
static std::string const input
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
void resize(size_t newsize)
char data[epos_bytes_allocation]
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
std::vector< edm::EDGetTokenT< FEDRawDataCollection > > inputTokens_
int RawDataCollectorByLabel::verbose_ |
|
private |