public abstract class McCluster extends Cluster
Modifier and Type | Field and Description |
---|---|
private int[] |
_mcids |
Constructor and Description |
---|
McCluster()
Default constructor.
|
McCluster(int mcid)
Constructor from a single mc id
|
McCluster(int[] mcids)
Constructor from an array of mc ids
|
McCluster(List mcids)
Constructor from a List of mc ids
|
McCluster(McCluster mcclus)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
int[] |
mcIdArray()
Return the ID's of MC tracks contributing to this cluster.
|
List |
mcIds()
Return the ID's of MC tracks contributing to this cluster.
|
public McCluster()
public McCluster(int mcid)
mcid
- MC track ID to associate with this Clusterpublic McCluster(int[] mcids)
mcids
- array of MC tracks ID's to associate with this Clusterpublic McCluster(List mcids)
mcids
- List of MC tracks ID's to associate with this Clusterpublic McCluster(McCluster mcclus)
mcclus
- McCluster to replicatepublic List mcIds()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.