#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/FEDRawData/interface/FEDRawDataCollection.h"
#include "DataFormats/FEDRawData/interface/FEDHeader.h"
#include "DataFormats/FEDRawData/interface/FEDTrailer.h"
#include "DataFormats/FEDRawData/interface/FEDNumbering.h"
#include "EventFilter/FEDInterface/interface/GlobalEventNumber.h"
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | test::GlobalNumbersAnalysis |
Namespaces | |
test | |
Functions | |
test::DEFINE_FWK_MODULE (GlobalNumbersAnalysis) | |
Variables | |
static const unsigned int | test::GTEVMId = 812 |
static const unsigned int | test::GTPEId = 814 |
Definition in file testGlobalNumbers.cc.