Macros

Line Code
1 2 3 4 5 6 7 8 9 10
#ifndef DataFormats_L1Trigger_CICADA_h
#define DataFormats_L1Trigger_CICADA_h

#include "DataFormats/L1Trigger/interface/BXVector.h"

namespace l1t {
  typedef BXVector<float> CICADABxCollection;
}

#endif