// The secondary structures are specified in the following format.
// @helix(beginResidueNumber, endResidueNumber, userDefinedNumericId)
// @strand(beginResidueNumber, endResidueNumber, userDefinedNumericId)
// The helix and strand are from the beginResidueNumber to the endResidueNumber,
// both end residues inclusive.
@helix(48,  60, 1)
@helix(8,  18, 2)
@helix(27, 33, 3)

// The SSE to be used to compute the alignment tensor is specified using the
// following tag.
@computeAlignmentTensorUsing(@helix(48, 60, 1))

// Sheets by adjacency (format is below, FF2 does not have beta sheet)
//@sheet( (2, 4, parallel) (2, 3, antiparallel) (4, 5, antiparallel) (5, 6, antiparallel))





