// 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(51,  71, 3)

@helix(13,  34, 1)

@helix(82,  96, 3)

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



