CMS 3D CMS Logo

Functions
OMTFinputMaker.cc File Reference
#include <cmath>
#include <vector>
#include <iostream>
#include <algorithm>
#include "DataFormats/MuonDetId/interface/CSCDetId.h"
#include "DataFormats/MuonDetId/interface/RPCDetId.h"
#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "DataFormats/MuonDetId/interface/MuonSubdetId.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFinputMaker.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFinput.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFConfiguration.h"
#include "L1Trigger/L1TMuonOverlap/interface/AngleConverter.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

bool rpcPrimitiveCmp (const RPCDigi &a, const RPCDigi &b)
 

Function Documentation

bool rpcPrimitiveCmp ( const RPCDigi a,
const RPCDigi b 
)

Definition at line 301 of file OMTFinputMaker.cc.

References RPCDigi::strip().

Referenced by OMTFinputMaker::processRPC().

301 { return a.strip() < b.strip(); };
int strip() const
Definition: RPCDigi.h:28