#include "DataFormats/EcalDetId/interface/EcalTriggerElectronicsId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const EcalTriggerElectronicsId &id) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const EcalTriggerElectronicsId & | id | |||
) |
Definition at line 41 of file EcalTriggerElectronicsId.cc.
00042 { 00043 return os << id.tccId() << ',' << id.ttId() << ',' << id.pseudoStripId() << ',' << id.channelId() ; 00044 }