Page MenuHomeHEPForge

JetInputCollection.hh
No OneTemporary

JetInputCollection.hh

#ifndef _JETINPUTCOLLECTION_H
#define _JETINPUTCOLLECTION_H
#include "JetCollExtended.hh"
#include <vector>
using namespace std;
namespace SpartyJet {
class JetInputCollection : public JetCollExtended {
public:
/// The vectors m_algoIndices[i] is the map of constituents to jets made by algo i
/// i.e. m_algoIndices[alg][c] == j if constituent c of this JetInputCollection is part of jet j from
/// jetcollection alg.
vector<vector<int> > m_algoIndices;
};
} // namespace SpartyJet
#endif

File Metadata

Mime Type
text/x-c++
Expires
Thu, Apr 24, 6:32 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4835963
Default Alt Text
JetInputCollection.hh (505 B)

Event Timeline