1 #ifndef L1Trigger_Phase2L1ParticleFlow_deregionizer_input_h 2 #define L1Trigger_Phase2L1ParticleFlow_deregionizer_input_h 33 bool cc_lt = this->clock_cycle_ <
other.clock_cycle_;
34 bool cc_eq = this->clock_cycle_ ==
other.clock_cycle_;
35 bool board_lt = this->board_ <
other.board_;
36 bool board_eq = this->board_ ==
other.board_;
37 bool link_lt = this->link_ <
other.link_;
38 return cc_eq ? (board_eq ? link_lt : board_lt) : cc_lt;
55 const std::vector<l1ct::OutputRegion> &inputRegions)
const;
56 std::vector<std::vector<std::vector<l1ct::PuppiObjEmu>>>
orderInputs(
57 const std::vector<l1ct::OutputRegion> &inputRegions)
const;